fixed: column dragging did not work when a panel is open

This commit is contained in:
daboe01
2026-03-21 11:26:42 +01:00
parent fa077e4fc7
commit e1762fdcdd
+5
View File
@@ -59,6 +59,11 @@
};
}
- (BOOL)acceptsFirstMouse:(CPEvent)anEvent
{
return YES;
}
- (id)initWithFrame:(CGRect)frame
{
self = [super initWithFrame:frame];