src/eric7/Debugger/VariablesViewer.py

branch
eric7
changeset 10928
46651e194fbe
parent 10703
120b22aaec31
child 11000
f8371a2dd08f
diff -r ce599998be7d -r 46651e194fbe src/eric7/Debugger/VariablesViewer.py
--- a/src/eric7/Debugger/VariablesViewer.py	Thu Sep 26 09:48:49 2024 +0200
+++ b/src/eric7/Debugger/VariablesViewer.py	Thu Sep 26 15:49:36 2024 +0200
@@ -22,7 +22,7 @@
 from PyQt6.QtGui import QBrush, QFontMetrics
 from PyQt6.QtWidgets import QAbstractItemView, QMenu, QToolTip, QTreeView
 
-from eric7 import Preferences, Utilities
+from eric7 import EricUtilities, Preferences
 from eric7.DebugClients.Python.DebugConfig import UnknownAttributeValueMarker
 from eric7.EricWidgets.EricApplication import ericApp
 
@@ -634,7 +634,7 @@
                 return None
 
             if Qt.mightBeRichText(tooltip):
-                tooltip = Utilities.html_encode(tooltip)
+                tooltip = EricUtilities.html_encode(tooltip)
 
             if column == 0:
                 indentation = self.treeView.indentation()

eric ide

mercurial