diff options
Diffstat (limited to 'Source/TableContent.m')
-rw-r--r-- | Source/TableContent.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableContent.m b/Source/TableContent.m index 0a0acedc..c504d759 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -1684,6 +1684,7 @@ theDictionary = [NSDictionary dictionaryWithObjectsAndKeys: [[fieldField selectedItem] title], @"filterField", [[compareField selectedItem] title], @"filterComparison", + [NSNumber numberWithInt:[[compareField selectedItem] tag]], @"filterComparisonTag", [argumentField stringValue], @"filterValue", nil]; |