fixed: added missing isActive

This commit is contained in:
daboe01
2026-02-28 19:35:51 +01:00
parent 1bbf87e2cb
commit 89d345dfdc
+5
View File
@@ -91,6 +91,11 @@ var _CPColorWellDidBecomeExclusiveNotification = @"_CPColorWellDidBecomeExclusiv
[[CPColorPanel sharedColorPanel] orderFront:self];
}
- (BOOL)isActive
{
return [self isFirstResponder] && [self isEnabled];
}
/*!
Deactivates the color well.
*/