mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-20 06:05:16 +00:00
Merge branch 'missing_space' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
6c478977bb
1 changed files with 1 additions and 1 deletions
|
|
@ -539,7 +539,7 @@ mouse_event(int button, int modifiers, int action) {
|
|||
if (in_tab_bar) {
|
||||
mouse_cursor_shape = HAND;
|
||||
handle_tab_bar_mouse(button, modifiers);
|
||||
} else if(w) {
|
||||
} else if (w) {
|
||||
handle_event(w, button, modifiers, window_idx);
|
||||
} else if (button == GLFW_MOUSE_BUTTON_LEFT && global_state.callback_os_window->mouse_button_pressed[button]) {
|
||||
// initial click, clamp it to the closest window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue