Don't refresh viewports when changing smallmap height mode
This commit is contained in:
@@ -1514,7 +1514,6 @@ int SmallMapWindow::GetPositionOnLegend(Point pt)
|
|||||||
case WID_SM_SHOW_HEIGHT: // Enable/disable showing of heightmap.
|
case WID_SM_SHOW_HEIGHT: // Enable/disable showing of heightmap.
|
||||||
_smallmap_show_heightmap = !_smallmap_show_heightmap;
|
_smallmap_show_heightmap = !_smallmap_show_heightmap;
|
||||||
this->SetWidgetLoweredState(WID_SM_SHOW_HEIGHT, _smallmap_show_heightmap);
|
this->SetWidgetLoweredState(WID_SM_SHOW_HEIGHT, _smallmap_show_heightmap);
|
||||||
NotifyAllViewports(VPMT_INDUSTRY);
|
|
||||||
this->SetDirty();
|
this->SetDirty();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user