Skip to content

Commit

Permalink
Update canvaswindow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Oct 18, 2024
1 parent 6461256 commit 506cd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/GUI/canvaswindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ void CanvasWindow::setCanvasMode(const CanvasMode mode)
{
switch(mode) {
case CanvasMode::boxTransform:
case CanvasMode::pointTransform:
setCursor(Qt::ArrowCursor);
break;
case CanvasMode::pointTransform:
case CanvasMode::pickFillStroke:
setCursor(Qt::PointingHandCursor);
break;
Expand Down

0 comments on commit 506cd4d

Please sign in to comment.