mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fixed: CPColor and CPView implemented the category CPTheme
This commit is contained in:
+1
-1
@@ -149,7 +149,7 @@ var CPViewHighDPIDrawingEnabled = YES;
|
||||
appearance. Other methods of CPView and CPResponder can
|
||||
also be overridden to handle user generated events.
|
||||
*/
|
||||
@implementation CPView : CPResponder
|
||||
@implementation CPView : CPResponder <CPTheme>
|
||||
{
|
||||
CPWindow _window;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user