Salome HOME
Boolean correction: clean the validation cash by other widget value change if it...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetValidated.cpp
index 0dab2cee1fe64a4a32a37fdcddaa1f5c4944d361..89315cd4b829db1413656b9e16f19ba008910b51 100644 (file)
@@ -60,6 +60,13 @@ ObjectPtr ModuleBase_WidgetValidated::findPresentedObject(const AISObjectPtr& th
   return myPresentedObject;
 }
 
+//********************************************************************
+void ModuleBase_WidgetValidated::clearValidatedCash()
+{
+  myValidPrs.clear();
+  myInvalidPrs.clear();
+}
+
 //********************************************************************
 void ModuleBase_WidgetValidated::storeAttributeValue()
 {