Fixes #250. Found workaround to force a refresh by toggleing showHiddenFiles.

This commit is contained in:
michael starke
2014-11-21 21:36:23 +01:00
parent 1e4444c426
commit f57ac5a98d
3 changed files with 43 additions and 56 deletions

View File

@@ -10,6 +10,7 @@
@interface MPDocumentController : NSDocumentController
- (IBAction)toggleAllowAllFilesButton:(id)sender;
- (IBAction)toggleAllowAllFiles:(id)sender;
- (IBAction)toggleShowHiddenFiles:(id)sender;
@end