src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.py

branch
eric7
changeset 10237
17ab17a3e6b3
parent 10135
36839e2c6945
child 10428
a071d4065202
--- a/src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.py	Tue Oct 10 18:05:17 2023 +0200
+++ b/src/eric7/Preferences/ConfigurationPages/WebBrowserAppearancePage.py	Wed Oct 11 15:44:59 2023 +0200
@@ -94,14 +94,6 @@
                 False,
             )
         )
-        self.pictographFontCombo.setCurrentFont(
-            QFont(
-                [Preferences.getWebBrowser("PictographFontFamily")],
-                defaultFontSize,
-                QFont.Weight.Normal,
-                False,
-            )
-        )
 
         self.initColour(
             "SecureUrlColor", self.secureURLsColourButton, Preferences.getWebBrowser
@@ -170,10 +162,6 @@
         Preferences.setWebBrowser(
             "FantasyFontFamily", self.fantasyFontCombo.currentFont().family()
         )
-        if self.pictographFontCombo.isEnabled():
-            Preferences.setWebBrowser(
-                "PictographFontFamily", self.pictographFontCombo.currentFont().family()
-            )
 
         Preferences.setWebBrowser("DefaultFontSize", self.defaultSizeSpinBox.value())
         Preferences.setWebBrowser("DefaultFixedFontSize", self.fixedSizeSpinBox.value())

eric ide

mercurial