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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
tron 19 years ago
parent 0b89bbaa3c
commit 1ab7238c15

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