mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-25 02:41:22 +00:00
disabled 'detail' checkbox in q2 surface inspector
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@98 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
1694072a3c
commit
0b3ffc80a7
1 changed files with 3 additions and 0 deletions
|
@ -1063,6 +1063,9 @@ GtkWindow* SurfaceInspector::BuildDialog()
|
|||
g_object_set_data(G_OBJECT(check), "handler", gint_to_pointer(handler_id));
|
||||
}
|
||||
}
|
||||
|
||||
// not allowed to modify detail flag using Surface Inspector
|
||||
gtk_widget_set_sensitive(GTK_WIDGET(m_contentFlags[27]), FALSE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue