load the rules table before showing the group rules sheet
This commit is contained in:
parent
87ebddb71d
commit
f36d99ad74
|
@ -286,10 +286,9 @@
|
||||||
if ([fRuleEditor numberOfRows] == 0)
|
if ([fRuleEditor numberOfRows] == 0)
|
||||||
[fRuleEditor addRow: nil];
|
[fRuleEditor addRow: nil];
|
||||||
|
|
||||||
[NSApp beginSheet: fGroupRulesSheetWindow
|
[fRuleEditor reloadCriteria];
|
||||||
modalForWindow: [fTableView window]
|
|
||||||
modalDelegate: nil
|
[NSApp beginSheet: fGroupRulesSheetWindow modalForWindow: [fTableView window] modalDelegate: nil didEndSelector: NULL
|
||||||
didEndSelector: NULL
|
|
||||||
contextInfo: NULL];
|
contextInfo: NULL];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue