fix bug for top and bottom resize anchor cursor

master
Roland Lötscher 6 years ago committed by GitHub
parent 3bc45845de
commit 6fa6d3c98e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/gui/XournalppCursor.cpp

@ -247,6 +247,7 @@ void XournalppCursor::updateCursor() {
case CURSOR_SELECTION_TOP:
[[fallthrough]];
case CURSOR_SELECTION_BOTTOM:
cursor = getResizeCursor(90);
case CURSOR_SELECTION_ROTATE:
setCursor(CRSR_EXCHANGE);
break;

Loading…
Cancel
Save