From ab324a1f529bf6db60785eab195f7094c28e6773 Mon Sep 17 00:00:00 2001 From: spog Date: Sun, 13 Aug 2006 13:43:26 +0000 Subject: [PATCH] disabled 'detail' checkbox in q2 surface inspector git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@98 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- radiant/surfacedialog.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/radiant/surfacedialog.cpp b/radiant/surfacedialog.cpp index 6db96770..d8183fa5 100644 --- a/radiant/surfacedialog.cpp +++ b/radiant/surfacedialog.cpp @@ -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); } } } -- 2.39.2