فهرست منبع

tools: fixed missing refilter()

Accidentally removed in 58a556029.
Daniele Bartolini 1 سال پیش
والد
کامیت
2cb0d613a9
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      tools/widgets/combo_box_map.vala

+ 1 - 0
tools/widgets/combo_box_map.vala

@@ -57,6 +57,7 @@ public class ComboBoxMap : Gtk.ComboBox, Property
 		set
 		{
 			_stop_emit = true;
+			_filter.refilter();
 			bool success = this.set_active_id((string)value);
 			_stop_emit = false;
 			set_inconsistent(!success);