mirror of
https://github.com/kwsch/NHSE.git
synced 2026-09-26 20:07:11 -05:00
Fix terrain brush popup
Closes #729 1. Dark mode now applied correctly (was previously lacking) 2. Fixed terrain brush action (brush active is higher priority than drag, fix tile fetch) 3. Fixed writing of Building/structure labels; apply after Terrain 4. Single terrain brush form allowed, center to Field Editor on launch Somewhat related: fix Show() load for non-ShowDialog() forms to center to parent.
This commit is contained in:
@@ -31,6 +31,12 @@ public ImageFetcher()
|
||||
CheckFileStatusLabel();
|
||||
}
|
||||
|
||||
protected override void OnLoad(EventArgs e)
|
||||
{
|
||||
CenterToParent();
|
||||
base.OnLoad(e);
|
||||
}
|
||||
|
||||
private static string[] LoadHosts()
|
||||
{
|
||||
var hosts = Properties.Resources.hosts_images;
|
||||
|
||||
Reference in New Issue
Block a user