]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/gtkutil/accelerator.cpp
fixed detail brushes being converted to structural by texture application
[xonotic/netradiant.git] / libs / gtkutil / accelerator.cpp
index 914fc9f9d7cfa030e60656fe4e41458f9ed4d579..af3eec1719a4e87fffe6b9907e0c8fe5a62bbdca 100644 (file)
@@ -642,7 +642,8 @@ void global_accel_group_remove_accelerator(Accelerator accelerator)
 /// \brief Propagates key events to the focus-widget, overriding global accelerators.
 static gboolean override_global_accelerators(GtkWindow* window, GdkEventKey* event, gpointer data)
 {
-  return gtk_window_propagate_key_event(window, event);
+  gboolean b = gtk_window_propagate_key_event(window, event);
+  return b;
 }
 
 void global_accel_connect_window(GtkWindow* window)