Salome HOME
Fix member names confusion
authorvsv <vitaly.smetannikov@opencascade.com>
Tue, 13 Dec 2016 12:33:25 +0000 (15:33 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Tue, 13 Dec 2016 12:33:25 +0000 (15:33 +0300)
src/CollectionPlugin/CollectionPlugin_WidgetField.h

index d8df899fcfdf0d28ff5a8996a150fed448879901..5f202f5517889c332f11fbd61689f5137cd55031 100644 (file)
@@ -76,6 +76,7 @@ protected:
   /// \param theEvent an event
   virtual bool eventFilter(QObject* theObject, QEvent* theEvent);
 
+  //virtual void showEvent(QShowEvent* theEvent);
 
 protected slots:
   /// Slot which is called on selection event
@@ -196,7 +197,7 @@ private:
   int myEditIndex;
 
   /// Stae of a table editing
-  bool myIsEditing;
+  bool myIsTabEdit;
 
   bool myActivation;
 };