mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-02 09:40:35 +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:
parent
5f0c2b27be
commit
d00d718b41
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user