#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Mon, 02 May 2016 14:10:36 +0200
changeset 16375 7d37905ad40b
parent 16373 378ee9342601
child 16376 28914ad442f9
#UI_ENHANCEMENT by cg class: CodeCompletionHelpMenuView added: #isGraphicItem:
CodeCompletionHelpMenuView.st
--- a/CodeCompletionHelpMenuView.st	Sun May 01 19:44:57 2016 +0200
+++ b/CodeCompletionHelpMenuView.st	Mon May 02 14:10:36 2016 +0200
@@ -76,6 +76,10 @@
 
 !CodeCompletionHelpMenuView methodsFor:'queries'!
 
+isGraphicItem:line
+    ^ false
+!
+
 wantsFocusWithPointerEnter
     "DEFINITELY not, because if we do so,
      the editView looses focus on entry, and sends me to hell in its lost focus handling!!