diff options
author | ritsuka <[email protected]> | 2013-11-05 17:02:38 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2013-11-05 17:02:38 +0000 |
commit | 3708aa16ba0bb21e4c73ea57f21c6fa2e832573f (patch) | |
tree | ba1a5031669907d5bb8148ddf403f3d51d88733a /macosx | |
parent | e7fa5d24cdd7275611ed738e3dfc909fe30ad317 (diff) |
MacGUI: validate the toolbars items after a scan. This used to be done but got lost somewhere along the way.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5877 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/Controller.m | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m index cd3f98bfa..637448890 100644 --- a/macosx/Controller.m +++ b/macosx/Controller.m @@ -863,7 +863,8 @@ static NSString * ChooseSourceIdentifier = @"Choose Source It [fScanIndicator setDoubleValue: 0.0]; [fScanIndicator setHidden: YES]; [fScanHorizontalLine setHidden: NO]; - + [[fWindow toolbar] validateVisibleItems]; + [self showNewScan:nil]; } |