Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swisspol committed Aug 19, 2015
1 parent bd93566 commit 8ca88a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Utilities/GIWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ - (BOOL)hasModalView {
}

- (void)runModalView:(NSView*)view withInitialFirstResponder:(NSResponder*)responder completionHandler:(void (^)(BOOL success))handler {
XLOG_DEBUG_CHECK(_modalView);
XLOG_DEBUG_CHECK(!_handler);

_previousResponder = self.window.firstResponder;
Expand Down

0 comments on commit 8ca88a6

Please sign in to comment.