diff options
Diffstat (limited to 'Source/TablesList.m')
-rw-r--r-- | Source/TablesList.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TablesList.m b/Source/TablesList.m index b66af9fb..af7f6fdc 100644 --- a/Source/TablesList.m +++ b/Source/TablesList.m @@ -28,6 +28,7 @@ #import "TableSource.h" #import "TableContent.h" #import "SPTableData.h" +#import "SPTableInfo.h" #import "TableDump.h" #import "ImageAndTextCell.h" #import "SPStringAdditions.h" @@ -1881,6 +1882,8 @@ // Reload the table's content view to show that it has been truncated [tableContentInstance reloadTable:self]; + [tableDataInstance resetStatusData]; + } /** |