Browse Source

Fix displayed hidden lines when doing globalseek with a search filter

Leonardo Jeanteur 2 years ago
parent
commit
d2d32f4974
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hide/view/CdbTable.hx

+ 1 - 0
hide/view/CdbTable.hx

@@ -146,6 +146,7 @@ class CdbTable extends hide.ui.View<{}> {
 		var sheets = [for( s in getSheets() ) s.name];
 		var index = sheets.indexOf(s.name);
 		if( index < 0 ) return;
+		@:privateAccess editor.currentFilters = [];
 		tabs.currentTab = tabContents[index].parent();
 		editor.setFilter(null);
 		if( line != null ) {