Skip to content

Commit 1bed10c

Browse files
committed
Fix tiny visual bug (hiding ugly errant button)
1 parent 7083ee3 commit 1bed10c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

durdraw/durdraw_ui_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def __init__(self, caller, x=0, y=0, appState=None):
310310
charSetLabel = self.caller.appState.unicodeBlock
311311
charSetLabel = f"{charSetLabel[:3]}.."
312312
charSetButton.label = charSetLabel
313-
charSetButton.show()
313+
#charSetButton.show()
314314
self.charSetButton = charSetButton
315315

316316
drawCharPicker = DrawCharPicker(self.window, caller=self)

0 commit comments

Comments
 (0)