mirror of
https://github.com/fltk/fltk.git
synced 2026-06-08 01:46:00 +08:00
Adjusting indentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7174 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+7
-7
@@ -1526,13 +1526,13 @@ extern "C" {
|
||||
// still needed for the system menu.
|
||||
- (void)sendEvent:(NSEvent *)theEvent
|
||||
{
|
||||
NSEventType type = [theEvent type];
|
||||
NSWindow *key = [self keyWindow];
|
||||
if (key && type == NSKeyUp) {
|
||||
[key sendEvent:theEvent];
|
||||
} else {
|
||||
[super sendEvent:theEvent];
|
||||
}
|
||||
NSEventType type = [theEvent type];
|
||||
NSWindow *key = [self keyWindow];
|
||||
if (key && type == NSKeyUp) {
|
||||
[key sendEvent:theEvent];
|
||||
} else {
|
||||
[super sendEvent:theEvent];
|
||||
}
|
||||
}
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user