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

pull/155/head
tron 19 years ago
parent fbc4831826
commit 7ce6e4f9a0

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

Loading…
Cancel
Save