From 0c5422bb4e45e5890ce647001758371307a445d0 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 24 Jan 2011 01:19:11 +0000 Subject: - Fix issues restoring the filename or advanced views in the export interface when they have been automatically collapsed when the sheet closed --- Source/SPExportController.m | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPExportController.m') diff --git a/Source/SPExportController.m b/Source/SPExportController.m index 1d70f88f..9081b942 100644 --- a/Source/SPExportController.m +++ b/Source/SPExportController.m @@ -282,10 +282,12 @@ static const NSString *SPTableViewDropColumnID = @"drop"; // Close the advanced options view if it's open [exportAdvancedOptionsView setHidden:YES]; [exportAdvancedOptionsViewButton setState:NSOffState]; + showAdvancedView = NO; // Close the customize filename view if it's open [exportCustomFilenameView setHidden:YES]; [exportCustomFilenameViewButton setState:NSOffState]; + showCustomFilenameView = NO; // If open close the advanced options view and custom filename view [self _resizeWindowForAdvancedOptionsViewByHeightDelta:0]; -- cgit v1.2.3