mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
load the rules table before showing the group rules sheet
This commit is contained in:
parent
87ebddb71d
commit
f36d99ad74
1 changed files with 4 additions and 5 deletions
|
@ -286,10 +286,9 @@
|
|||
if ([fRuleEditor numberOfRows] == 0)
|
||||
[fRuleEditor addRow: nil];
|
||||
|
||||
[NSApp beginSheet: fGroupRulesSheetWindow
|
||||
modalForWindow: [fTableView window]
|
||||
modalDelegate: nil
|
||||
didEndSelector: NULL
|
||||
[fRuleEditor reloadCriteria];
|
||||
|
||||
[NSApp beginSheet: fGroupRulesSheetWindow modalForWindow: [fTableView window] modalDelegate: nil didEndSelector: NULL
|
||||
contextInfo: NULL];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue