@@ -2353,14 +2353,14 @@ - (NSString *)expandCustomFilenameFormatUsingTableName:(NSString *)table
23532353 */
23542354- (void )_resizeWindowForCustomFilenameViewByHeightDelta: (NSInteger )delta
23552355{
2356- NSUInteger popUpMask = [exportInputPopUpButton autoresizingMask ];
2357- NSUInteger fileCheckMask = [exportFilePerTableCheck autoresizingMask ];
2358- NSUInteger scrollMask = [exportTablelistScrollView autoresizingMask ];
2359- NSUInteger buttonBarMask = [exportTableListButtonBar autoresizingMask ];
2360- NSUInteger buttonMask = [exportCustomFilenameViewButton autoresizingMask ];
2361- NSUInteger textFieldMask = [exportCustomFilenameViewLabelButton autoresizingMask ];
2362- NSUInteger customFilenameViewMask = [exportCustomFilenameView autoresizingMask ];
2363- NSUInteger tabBarMask = [exportOptionsTabBar autoresizingMask ];
2356+ NSAutoresizingMaskOptions popUpMask = [exportInputPopUpButton autoresizingMask ];
2357+ NSAutoresizingMaskOptions fileCheckMask = [exportFilePerTableCheck autoresizingMask ];
2358+ NSAutoresizingMaskOptions scrollMask = [exportTablelistScrollView autoresizingMask ];
2359+ NSAutoresizingMaskOptions buttonBarMask = [exportTableListButtonBar autoresizingMask ];
2360+ NSAutoresizingMaskOptions buttonMask = [exportCustomFilenameViewButton autoresizingMask ];
2361+ NSAutoresizingMaskOptions textFieldMask = [exportCustomFilenameViewLabelButton autoresizingMask ];
2362+ NSAutoresizingMaskOptions customFilenameViewMask = [exportCustomFilenameView autoresizingMask ];
2363+ NSAutoresizingMaskOptions tabBarMask = [exportOptionsTabBar autoresizingMask ];
23642364
23652365 NSRect frame = [[self window ] frame ];
23662366
@@ -2412,13 +2412,13 @@ - (void)_resizeWindowForCustomFilenameViewByHeightDelta:(NSInteger)delta
24122412 */
24132413- (void )_resizeWindowForAdvancedOptionsViewByHeightDelta: (NSInteger )delta
24142414{
2415- NSUInteger scrollMask = [exportTablelistScrollView autoresizingMask ];
2416- NSUInteger buttonBarMask = [exportTableListButtonBar autoresizingMask ];
2417- NSUInteger tabBarMask = [exportTypeTabBar autoresizingMask ];
2418- NSUInteger optionsTabBarMask = [exportOptionsTabBar autoresizingMask ];
2419- NSUInteger buttonMask = [exportAdvancedOptionsViewButton autoresizingMask ];
2420- NSUInteger textFieldMask = [exportAdvancedOptionsViewLabelButton autoresizingMask ];
2421- NSUInteger advancedViewMask = [exportAdvancedOptionsView autoresizingMask ];
2415+ NSAutoresizingMaskOptions scrollMask = [exportTablelistScrollView autoresizingMask ];
2416+ NSAutoresizingMaskOptions buttonBarMask = [exportTableListButtonBar autoresizingMask ];
2417+ NSAutoresizingMaskOptions tabBarMask = [exportTypeTabBar autoresizingMask ];
2418+ NSAutoresizingMaskOptions optionsTabBarMask = [exportOptionsTabBar autoresizingMask ];
2419+ NSAutoresizingMaskOptions buttonMask = [exportAdvancedOptionsViewButton autoresizingMask ];
2420+ NSAutoresizingMaskOptions textFieldMask = [exportAdvancedOptionsViewLabelButton autoresizingMask ];
2421+ NSAutoresizingMaskOptions advancedViewMask = [exportAdvancedOptionsView autoresizingMask ];
24222422
24232423 NSRect frame = [[self window ] frame ];
24242424
0 commit comments