mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
Ensure we have valid SCM status
This commit is contained in:
@@ -616,6 +616,9 @@ inline void rank_record (document_record_t& record, filter_string_t const& filte
|
||||
|
||||
- (void)updateSCMStatus
|
||||
{
|
||||
if(!_scmInfo)
|
||||
return;
|
||||
|
||||
NSRange visibleRange = [_tableView rowsInRect:[_tableView visibleRect]];
|
||||
for(NSUInteger row = visibleRange.location; row < NSMaxRange(visibleRange); ++row)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user