summaryrefslogtreecommitdiff
path: root/src/bridge_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bridge_gui.cpp')
-rw-r--r--src/bridge_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bridge_gui.cpp b/src/bridge_gui.cpp
index 590f6f48e..3e254292f 100644
--- a/src/bridge_gui.cpp
+++ b/src/bridge_gui.cpp
@@ -121,8 +121,8 @@ private:
this->nested_array[BBSW_DROPDOWN_CRITERIA]->widget_data = this->sorter_names[this->bridges->SortType()];
/* Set the modified widgets dirty */
- this->InvalidateWidget(BBSW_DROPDOWN_CRITERIA);
- this->InvalidateWidget(BBSW_BRIDGE_LIST);
+ this->SetWidgetDirty(BBSW_DROPDOWN_CRITERIA);
+ this->SetWidgetDirty(BBSW_BRIDGE_LIST);
}
public: