diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index af488d43b2..560edc2440 100644 --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -1514,7 +1514,6 @@ int SmallMapWindow::GetPositionOnLegend(Point pt) case WID_SM_SHOW_HEIGHT: // Enable/disable showing of heightmap. _smallmap_show_heightmap = !_smallmap_show_heightmap; this->SetWidgetLoweredState(WID_SM_SHOW_HEIGHT, _smallmap_show_heightmap); - NotifyAllViewports(VPMT_INDUSTRY); this->SetDirty(); break;