Add space after "if"
This commit is contained in:
parent
59df1a8647
commit
07beb53b37
@ -539,7 +539,7 @@ mouse_event(int button, int modifiers, int action) {
|
|||||||
if (in_tab_bar) {
|
if (in_tab_bar) {
|
||||||
mouse_cursor_shape = HAND;
|
mouse_cursor_shape = HAND;
|
||||||
handle_tab_bar_mouse(button, modifiers);
|
handle_tab_bar_mouse(button, modifiers);
|
||||||
} else if(w) {
|
} else if (w) {
|
||||||
handle_event(w, button, modifiers, window_idx);
|
handle_event(w, button, modifiers, window_idx);
|
||||||
} else if (button == GLFW_MOUSE_BUTTON_LEFT && global_state.callback_os_window->mouse_button_pressed[button]) {
|
} else if (button == GLFW_MOUSE_BUTTON_LEFT && global_state.callback_os_window->mouse_button_pressed[button]) {
|
||||||
// initial click, clamp it to the closest window
|
// initial click, clamp it to the closest window
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user