diff options
author | dynaflash <[email protected]> | 2007-12-26 16:26:57 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2007-12-26 16:26:57 +0000 |
commit | 966a6c6a61fc6e15e0ec71553b77d18cf04f9182 (patch) | |
tree | 15f01b3066a0e53c19caa2145d54f7513eefc517 /macosx/PictureController.h | |
parent | 9de854ea647f370c31bf3919a6c7377b317ea19f (diff) |
MacGui: Maintain Picture Filters state across sources
- Picture filters no longer reset to their defaults when a new source is chosen (includes vfr as well setEnabled to the fps drop down in the main window).
- Added a new method -setInitialPictureFilters to PictureController.m to setup the filters upon first scan instead of in -SetTitle which reset them every time a new title was accessed.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1148 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/PictureController.h')
-rw-r--r-- | macosx/PictureController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/PictureController.h b/macosx/PictureController.h index ff1267b8e..b15eedb6d 100644 --- a/macosx/PictureController.h +++ b/macosx/PictureController.h @@ -74,6 +74,7 @@ - (void) SetHandle: (hb_handle_t *) handle; - (void) SetTitle: (hb_title_t *) title; +- (void) setInitialPictureFilters; - (void) Display: (int) anim; - (IBAction) SettingsChanged: (id) sender; |