committed by
Oskar Wallgren
parent
45cb7f21c5
commit
e1d311730b
@@ -1484,7 +1484,7 @@ void AutomationEditor::paintEvent(QPaintEvent * pe )
|
||||
m_leftRightScroll->setPageStep( l );
|
||||
}
|
||||
|
||||
if( validPattern() && GuiApplication::instance()->automationEditor()->hasFocus() )
|
||||
if(validPattern() && GuiApplication::instance()->automationEditor()->m_editor->hasFocus())
|
||||
{
|
||||
|
||||
drawCross( p );
|
||||
|
||||
Reference in New Issue
Block a user