diff --git a/src/newgrf_debug_gui.cpp b/src/newgrf_debug_gui.cpp index 99419d3b0f..da9fded18c 100644 --- a/src/newgrf_debug_gui.cpp +++ b/src/newgrf_debug_gui.cpp @@ -636,6 +636,7 @@ struct NewGRFInspectWindow : Window { case WID_NGRFI_REFRESH: { this->auto_refresh = !this->auto_refresh; this->SetWidgetLoweredState(WID_NGRFI_REFRESH, this->auto_refresh); + this->SetWidgetDirty(WID_NGRFI_REFRESH); break; } }