diff --git a/hide/comp/cdb/Editor.hx b/hide/comp/cdb/Editor.hx index 04047760..5ce0517f 100644 --- a/hide/comp/cdb/Editor.hx +++ b/hide/comp/cdb/Editor.hx @@ -865,6 +865,7 @@ class Editor extends Component { cursor.table.getRealSheet().sync(); for (t in modifiedTables) t.refresh(); + updateFilter(); } public function changeObject( line : Line, column : cdb.Data.Column, value : Dynamic ) {