mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Issue 0020368: SMESHGUI_MeshDlg::isTabEnabled must return something
This commit is contained in:
parent
9df276244b
commit
b726570a5c
@ -583,7 +583,7 @@ void SMESHGUI_MeshDlg::enableTab(const int theTabId) {
|
|||||||
*/
|
*/
|
||||||
//================================================================================
|
//================================================================================
|
||||||
bool SMESHGUI_MeshDlg::isTabEnabled(const int theTabId) const {
|
bool SMESHGUI_MeshDlg::isTabEnabled(const int theTabId) const {
|
||||||
myTabWg->isTabEnabled( myTabWg->indexOf( myTabs[ theTabId ] ) );
|
return myTabWg->isTabEnabled( myTabWg->indexOf( myTabs[ theTabId ] ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
void SMESHGUI_MeshDlg::onGeomSelectionButton(bool isBtnOn)
|
void SMESHGUI_MeshDlg::onGeomSelectionButton(bool isBtnOn)
|
||||||
|
Loading…
Reference in New Issue
Block a user