mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-31 02:19:09 +00:00
(svn r13178) -Fix (r13173): the main toolbar didn't respect patch settings, it was always positioned on the right side
This commit is contained in:
@@ -674,9 +674,9 @@ struct MainToolbarWindow : Window {
|
||||
|
||||
CLRBITS(this->flags4, WF_WHITE_BORDER_MASK);
|
||||
|
||||
this->FindWindowPlacementAndResize(desc);
|
||||
PositionMainToolbar(this);
|
||||
DoZoomInOutWindow(ZOOM_NONE, this);
|
||||
this->FindWindowPlacementAndResize(desc);
|
||||
}
|
||||
|
||||
virtual void OnPaint()
|
||||
|
Reference in New Issue
Block a user