(svn r2351) -Fix: It was possible to open more than one tree window

This commit is contained in:
tron 2005-05-19 17:40:26 +00:00
parent 0b89bbaa3c
commit 1ab7238c15
1 changed files with 1 additions and 1 deletions

View File

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