File diff r13023:9f6499c8d4fb → r13024:48c81d0b078a
src/terraform_gui.cpp
Show inline comments
 
@@ -734,7 +734,7 @@ struct ScenarioEditorLandscapeGeneration
 
			if (i == ETTW_BUTTONS_START) i = ETTW_BUTTONS_END; // skip the buttons
 
			if (this->IsWidgetLowered(i)) {
 
				this->RaiseWidget(i);
 
				this->InvalidateWidget(i);
 
				this->SetWidgetDirty(i);
 
			}
 
		}
 
	}