From 1ab7238c15ca4acfb5c49088d80d3177cb77bb01 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 19 May 2005 17:40:26 +0000 Subject: [PATCH] (svn r2351) -Fix: It was possible to open more than one tree window --- misc_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc_gui.c b/misc_gui.c index da59fd96b9..a02a80c152 100644 --- a/misc_gui.c +++ b/misc_gui.c @@ -423,7 +423,7 @@ static const WindowDesc _build_trees_scen_desc = { void ShowBuildTreesToolbar(void) { - AllocateWindowDesc(&_build_trees_desc); + AllocateWindowDescFront(&_build_trees_desc, 0); } void ShowBuildTreesScenToolbar(void)