Skip to content

Commit

Permalink
Don't hide cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
regulus79 committed Feb 16, 2025
1 parent c9cff97 commit a10e135
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/gui/editors/PianoRoll.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3551,8 +3551,6 @@ void PianoRoll::paintEvent(QPaintEvent * pe )

p.setPen(QPen(m_knifeCutLineColor, 1));
p.drawLine(x1, y1, x2, y2);

setCursor(Qt::BlankCursor);
}
// -- End knife tool

Expand Down

0 comments on commit a10e135

Please sign in to comment.