Salome HOME
Disable sketch input fields unconditionally.
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Equal.h
index bba05f150c44b9da3177fd912fe5d8a8dc5db7a8..0e0dd3130a2189e1daee02b3cda0be374ea08f68 100644 (file)
@@ -41,7 +41,7 @@ protected:
 
   /// Update myPntArray according to presentation positions
   /// \return true in case of success
-  virtual bool updatePoints(double theStep) const;
+  virtual bool updateIfReadyToDisplay(double theStep) const;
 };
 
 #endif
\ No newline at end of file