eric6/QScintilla/Editor.py

changeset 7536
861e46f99d65
parent 7533
88261c96484b
child 7543
a737e240f27b
--- a/eric6/QScintilla/Editor.py	Mon Apr 13 16:26:46 2020 +0200
+++ b/eric6/QScintilla/Editor.py	Mon Apr 13 16:57:44 2020 +0200
@@ -4720,6 +4720,10 @@
         """
         self.setCallTipsBackgroundColor(
             Preferences.getEditorColour("CallTipsBackground"))
+        self.setCallTipsForegroundColor(
+            Preferences.getEditorColour("CallTipsForeground"))
+        self.setCallTipsHighlightColor(
+            Preferences.getEditorColour("CallTipsHighlight"))
         self.setCallTipsVisible(Preferences.getEditor("CallTipsVisible"))
         calltipsStyle = Preferences.getEditor("CallTipsStyle")
         try:

eric ide

mercurial