# HG changeset patch # User tron # Date 2005-05-19 17:40:26 # Node ID 0f9ad8ff696fa47d065d4deb6e1137c844c419a9 # Parent e661f7e1b1a381409a82f7f3889d74e6b06aff29 (svn r2351) -Fix: It was possible to open more than one tree window diff --git a/misc_gui.c b/misc_gui.c --- a/misc_gui.c +++ b/misc_gui.c @@ -423,7 +423,7 @@ static const WindowDesc _build_trees_sce void ShowBuildTreesToolbar(void) { - AllocateWindowDesc(&_build_trees_desc); + AllocateWindowDescFront(&_build_trees_desc, 0); } void ShowBuildTreesScenToolbar(void)