- if(!CocoaTakeFocus()) return;
-
- NSGraphicsContext *context = [NSGraphicsContext currentContext];
- [context saveGraphicsState];
-
- [m_backgroundBrush.GetNSColor() set];
- [NSBezierPath fillRect:[m_lockedNSView bounds]];
-
- [context restoreGraphicsState];