Skip to content

Commit

Permalink
Reset grid size when the window resets (restart required).
Browse files Browse the repository at this point in the history
  • Loading branch information
clobber committed Dec 23, 2015
1 parent 437aecd commit 3270822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OpenEmu/OEPrefDebugController.m
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ - (void)resetMainWindow:(id)sender
[defaults removeObjectForKey:@"NSSplitView Subview Frames mainSplitView"];
[defaults removeObjectForKey:@"NSWindow Frame LibraryWindow"];
[defaults removeObjectForKey:@"lastSidebarWidth"];
[defaults removeObjectForKey:OELastGridSizeKey];

NSWindow *mainWindow = self.mainWindow;

Expand Down

0 comments on commit 3270822

Please sign in to comment.