mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-13 07:31:06 +00:00
* fixed spawnflags dialog due to local and global variable mix (thanks divVerent)
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@300 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
9fa4db610e
commit
27a3c433bc
1 changed files with 1 additions and 1 deletions
|
@ -1328,7 +1328,7 @@ void GroupDlg::Create ()
|
|||
|
||||
{
|
||||
// Spawnflags (4 colums wide max, or window gets too wide.)
|
||||
GtkWidget* LayoutTable = gtk_table_new (4, 4, FALSE);
|
||||
LayoutTable = gtk_table_new (4, 4, FALSE);
|
||||
gtk_box_pack_start (GTK_BOX (vbox2), LayoutTable, FALSE, TRUE, 0);
|
||||
gtk_widget_show(LayoutTable);
|
||||
|
||||
|
|
Loading…
Reference in a new issue