File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3988,6 +3988,8 @@ static float _process_shortcut(float move_size)
39883988 if (_sc .key_device == DT_SHORTCUT_DEVICE_KEYBOARD_MOUSE && _sc .key == GDK_KEY_Escape )
39893989 dt_print (DT_DEBUG_ALWAYS , "this should cancel the running blocking job" ); // TODO
39903990
3991+ dt_toast_log (_ ("ignoring shortcuts while blocking jobs running" ));
3992+
39913993 return return_value ;
39923994 }
39933995
Original file line number Diff line number Diff line change @@ -4536,7 +4536,6 @@ void dt_gui_cursor_clear_busy()
45364536 GtkWidget * toplevel = darktable .gui -> ui -> main_window ;
45374537 GdkWindow * window = gtk_widget_get_window (toplevel );
45384538 gdk_window_set_cursor (window , busy_prev_cursor );
4539- dt_gui_process_events ();
45404539 g_object_unref (busy_prev_cursor );
45414540 busy_prev_cursor = NULL ;
45424541 dt_control_allow_change_cursor ();
You can’t perform that action at this time.
0 commit comments