//================================================================
bool SUPERVGUI_DataModel::isModified() const
{
- return false;
+ return true; //SRN: BugID IPAL9377, changed from false till the more sophisticated code is implemented
}
//================================================================
//================================================================
bool SUPERVGUI_DataModel::isSaved() const
{
- return false;
+ return true; //SRN: BugID IPAL9377, changed from false till the more sophisticated code is implemented
}