Skip to content

Commit

Permalink
JBR-5961 Wayland: can't switch between projects using menu
Browse files Browse the repository at this point in the history
fix activation not working on Ubuntu 23 (mutter 45.2), after a mouse button has been pressed in the originally active window
  • Loading branch information
JB-Dmitry authored and jbrbot committed Nov 8, 2024
1 parent 6122875 commit 07fa181
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/java.desktop/unix/native/libawt_wlawt/WLToolkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ wl_pointer_button(void *data, struct wl_pointer *wl_pointer, uint32_t serial,
pointer_event.button = button,
pointer_event.state = state;
if (state) {
last_input_or_focus_serial = serial;
last_mouse_pressed_serial = serial;
}
}
Expand Down

0 comments on commit 07fa181

Please sign in to comment.