eric6/QScintilla/Shell.py

changeset 7536
861e46f99d65
parent 7533
88261c96484b
child 7560
343db73c4842
child 7564
787684e6f2f3
child 7703
1f800f8295ea
--- a/eric6/QScintilla/Shell.py	Mon Apr 13 16:26:46 2020 +0200
+++ b/eric6/QScintilla/Shell.py	Mon Apr 13 16:57:44 2020 +0200
@@ -581,6 +581,10 @@
         if Preferences.getShell("CallTipsEnabled"):
             self.setCallTipsBackgroundColor(
                 Preferences.getEditorColour("CallTipsBackground"))
+            self.setCallTipsForegroundColor(
+                Preferences.getEditorColour("CallTipsForeground"))
+            self.setCallTipsHighlightColor(
+                Preferences.getEditorColour("CallTipsHighlight"))
             self.setCallTipsVisible(Preferences.getEditor("CallTipsVisible"))
             calltipsStyle = Preferences.getEditor("CallTipsStyle")
             if calltipsStyle == QsciScintilla.CallTipsNoContext:

eric ide

mercurial