From da6bedd4509e135da57dfb95c1dc307cc32852cc Mon Sep 17 00:00:00 2001 From: Bahman Eslami Date: Mon, 28 Jul 2025 13:36:03 +0200 Subject: [PATCH] [ui] remove the line that was making the window white in drak mode --- source/lib/cornerToolController.py | 1 - 1 file changed, 1 deletion(-) diff --git a/source/lib/cornerToolController.py b/source/lib/cornerToolController.py index 08409f5..c2016b2 100644 --- a/source/lib/cornerToolController.py +++ b/source/lib/cornerToolController.py @@ -36,7 +36,6 @@ class CornerController: def __init__(self): self.modifiedGlyph = None self.w = FloatingWindow((400, 170), 'Corner Tool') - self.w.getNSWindow().setBackgroundColor_(NSColor.whiteColor()) self.modes = ['Break', 'Build', 'Pit'] self.objectTypes = {'Break':'Corner point', 'Build':'Segment', 'Pit':'Corner point'} self.parameters = {