From aba4c865e4edd61125b24bbfbc16b32ae7963ed8 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Thu, 12 Feb 2026 22:05:57 +0100 Subject: [PATCH] performance optimisation --- AppKit/CPWindow/CPWindow.j | 2 -- 1 file changed, 2 deletions(-) diff --git a/AppKit/CPWindow/CPWindow.j b/AppKit/CPWindow/CPWindow.j index 1d821a4fa..2c44f85c3 100644 --- a/AppKit/CPWindow/CPWindow.j +++ b/AppKit/CPWindow/CPWindow.j @@ -982,8 +982,6 @@ CPTexturedBackgroundWindowMask if (_styleMask & CPHUDBackgroundWindowMask) [_contentView _setThemeStateRecursively:CPThemeStateHUD]; - else - [_contentView _unsetThemeStateRecursively:CPThemeStateHUD]; } - (void)_orderFront