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:
spog 2006-08-13 13:43:26 +00:00
parent 1694072a3c
commit 0b3ffc80a7

View file

@ -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);
}
}
}