(svn r2351) -Fix: It was possible to open more than one tree window
authortron
Thu, 19 May 2005 17:40:26 +0000
changeset 1846 7fcf64b5ba45
parent 1845 c3e3e61ad737
child 1847 d94ed71b61e7
(svn r2351) -Fix: It was possible to open more than one tree window
misc_gui.c
--- a/misc_gui.c	Thu May 19 16:25:35 2005 +0000
+++ b/misc_gui.c	Thu May 19 17:40:26 2005 +0000
@@ -423,7 +423,7 @@
 
 void ShowBuildTreesToolbar(void)
 {
-	AllocateWindowDesc(&_build_trees_desc);
+	AllocateWindowDescFront(&_build_trees_desc, 0);
 }
 
 void ShowBuildTreesScenToolbar(void)