fixed detail brushes being converted to structural by texture application
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@77 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user