eda:TableEditor; automatically call NotifyModifiedDocument when the editor's modified...
[sdk] / eda / libeda / src / gui / TableEditor.ec
index 7641cf1..02ad217 100644 (file)
@@ -499,6 +499,11 @@ public:
          property::masterEditor = (TableEditor)master;
    };
 
+   watch(modifiedDocument)
+   {
+      NotifyModifiedDocument();
+   };
+
    void CreateRow()
    {
       DebugLn("TableEditor::CreateRow");