Skip to content

Commit

Permalink
Tab to space
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussam Eddin Alhomsi authored Apr 22, 2018
1 parent ebf1548 commit d1dfe32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editors/AutomationEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ inline void AutomationEditor::drawCross( QPainter & p )
float scaledLevel = m_pattern->firstObject()->scaledValue( level );

// Limit the scaled-level tooltip to the grid
if( mouse_pos.x() > LEFT_MARGIN &&
if( mouse_pos.x() > LEFT_MARGIN &&
mouse_pos.x() < right_margin &&
mouse_pos.y() > TOP_MARGIN &&
mouse_pos.y() < bottom_margin )
Expand Down

0 comments on commit d1dfe32

Please sign in to comment.