Fix town local authority button not being redrawn

See: #372
pull/374/head
Jonathan G Rennison 2 years ago
parent a3c003546b
commit 323810b4e1

@ -275,6 +275,7 @@ public:
this->town->show_zone = new_show_state;
this->SetWidgetLoweredState(widget, new_show_state);
this->SetWidgetDirty(widget);
MarkWholeNonMapViewportsDirty();
break;
}

Loading…
Cancel
Save