diff options
-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]; } |