mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-19 18:35:48 +01:00
(svn r13260) -Fix: linked terraform toolbar wasn't marked dirty after moving
This commit is contained in:
parent
feebf3f3c9
commit
e4be8c6e70
@ -340,8 +340,8 @@ void ShowTerraformToolbar(Window *link)
|
|||||||
* toolbar to left of it
|
* toolbar to left of it
|
||||||
*/
|
*/
|
||||||
w->top = 22;
|
w->top = 22;
|
||||||
|
w->SetDirty();
|
||||||
link->left = w->left - link->width;
|
link->left = w->left - link->width;
|
||||||
|
|
||||||
link->SetDirty();
|
link->SetDirty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user