SmallSense__CompletionController.st
changeset 1071 b6dbdc4fd7f5
parent 1070 031924a79f90
child 1072 a44c741ee5ef
--- a/SmallSense__CompletionController.st	Thu Jan 18 23:31:05 2018 +0000
+++ b/SmallSense__CompletionController.st	Sun Mar 18 22:52:07 2018 +0000
@@ -498,9 +498,12 @@
             movePos y: (movePos y - windowExtent y - editView font maxHeight - 5).
         ].
         topView origin:movePos.
+        topView 
+            bePopUpView;
+            beSlave.
 "/        topView resizeToFit.
         self updateSelection ifFalse:[
-            topView open.
+            topView openModal.
         ].
     ] ifFalse:[
         completionView list:list.
@@ -514,6 +517,7 @@
 
     "Created: / 27-09-2013 / 14:01:27 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 15-05-2014 / 11:30:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified (format): / 15-03-2018 / 10:47:27 / jv"
 !
 
 updateCompletions: completionResult sequence: sequence