Merge branch 'StefanSchippers:master' into master

This commit is contained in:
Chayan Deb 2025-03-20 05:08:20 +00:00 committed by GitHub
commit 0cb6650f5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4250,7 +4250,7 @@ static void handle_button_press(int event, int state, int rstate, KeySym key, in
if(end_place_move_copy_zoom()) return;
/* Button1Press to select objects */
if(!excl) {
if(!excl && !(xctx->ui_state & STARTSELECT)) {
Selected sel;
int already_selected = 0;
int prev_last_sel = xctx->lastsel;