Merge branch 'master' into SuperChayan

This commit is contained in:
stefan schippers 2025-03-19 10:05:21 +01:00
commit dc3cccfa20
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;