Add degree, times and divide symbols to insert menu, and simply the editor insert function

This commit is contained in:
Veronica K. B. Olsen
2021-01-25 23:05:41 +01:00
parent a011c10d4d
commit fab5833cdf
7 changed files with 65 additions and 61 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ class QSwitch(QAbstractButton):
trackBrush = qPalette.dark()
thumbBrush = qPalette.light()
textColor = qPalette.dark().color()
thumbText = nwUnicode.U_MULT
thumbText = nwUnicode.U_CROSS
if self.isEnabled():
trackOpacity = 1.0