From 508dc154df8d845d84a2ed24ff801fc760cfe577 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 28 Jan 2007 10:09:40 +0000 Subject: (svn r8436) -Fix -Feature: When linking the terraform toolbar to the build toolbars place them side by side instead of on top of each other --- src/road_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/road_gui.cpp') diff --git a/src/road_gui.cpp b/src/road_gui.cpp index 3b8437c34..6b9806033 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -329,8 +329,8 @@ void ShowBuildRoadToolbar(void) if (!IsValidPlayer(_current_player)) return; DeleteWindowById(WC_BUILD_TOOLBAR, 0); - AllocateWindowDesc(&_build_road_desc); - if (_patches.link_terraform_toolbar) ShowTerraformToolbar(); + Window *w = AllocateWindowDesc(&_build_road_desc); + if (_patches.link_terraform_toolbar) ShowTerraformToolbar(w); } static const Widget _build_road_scen_widgets[] = { -- cgit v1.2.3-54-g00ecf