AbstractSettingsApplication.st
branchjv
changeset 17697 dc99c6992dc3
parent 17518 b7688f8c4d7a
child 18221 adda804955e2
--- a/AbstractSettingsApplication.st	Wed Jul 19 09:42:32 2017 +0200
+++ b/AbstractSettingsApplication.st	Mon Sep 11 14:52:26 2017 +0200
@@ -6770,7 +6770,7 @@
     mappings := screenMap copy.
 
     rawKeys := (mappings mappedKeys collect:[:key | key asString] as:Array) sort.
-    logicalKeys := (rawKeys collect:[:rawKey | (mappings mappingFor: rawKey asSymbol) asString] as:Set) asArray sort.
+    logicalKeys := (rawKeys collect:[:rawKey | (mappings mappingFor: rawKey asSymbol) asString] as:Set) asOrderedCollection sort.
     logicalKeys addFirst:(resources string:'* unassigned *').
 
 
@@ -6779,7 +6779,7 @@
 
     self changeMapHolder value:false.
 
-    "Modified: / 24-05-2017 / 21:43:44 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 11-09-2017 / 14:47:48 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 basicSaveSettings