Skip to content

Commit 67c8071

Browse files
committed
Linux: Fix incomplete selection check if X11 support is disabled
1 parent 11a0d5c commit 67c8071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/x11/x11platformclipboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bool isSelectionIncomplete()
5252

5353
return event.state & (Button1Mask | ShiftMask);
5454
#else
55-
return true;
55+
return false;
5656
#endif
5757
}
5858

0 commit comments

Comments
 (0)