mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 10:10:34 +05:00
Added an update of the toolbar after the Rename operation.
This commit is contained in:
parent
2907b7dd39
commit
d7ed319c3f
@ -207,6 +207,8 @@ void GEOMToolsGUI::OnRename()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
app->updateActions(); //SRN: To update a Save button in the toolbar
|
||||||
}
|
}
|
||||||
|
|
||||||
void GEOMToolsGUI::OnCheckGeometry()
|
void GEOMToolsGUI::OnCheckGeometry()
|
||||||
@ -270,6 +272,8 @@ void GEOMToolsGUI::OnColor()
|
|||||||
} // if ( selection not empty )
|
} // if ( selection not empty )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
app->updateActions(); //SRN: To update a Save button in the toolbar
|
||||||
}
|
}
|
||||||
|
|
||||||
void GEOMToolsGUI::OnTransparency()
|
void GEOMToolsGUI::OnTransparency()
|
||||||
|
Loading…
Reference in New Issue
Block a user