Kaydet (Commit) 613036b5 authored tarafından Herbert Dürr's avatar Herbert Dürr Kaydeden (comit) Caolán McNamara

Resolves: #i55152# the listbox in the filter selection dialog should be sorted

(cherry picked from commit 47fc3a32)

Change-Id: I07215bb62dbedcb2d9baa0fd6d66a3ebe30f540e
üst 77de9a5e
......@@ -45,7 +45,7 @@ ModalDialog DLG_FILTER_SELECT
Pos = MAP_APPFONT ( 6 , 19 ) ;
Size = MAP_APPFONT ( 182 , 175 ) ;
TabStop = TRUE ;
Sort = FALSE ;
Sort = TRUE ;
AutoHScroll = TRUE;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment