mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Edit Mesh/Sub-Mesh window has strange "half-active" view, if do Compute.
This commit is contained in:
parent
571d6f3701
commit
da567d9f1e
@ -75,9 +75,14 @@ void SMESHGUI_Dialog::show()
|
||||
// function : setContentActive
|
||||
// purpose :
|
||||
//=================================================================================
|
||||
void SMESHGUI_Dialog::setContentActive( const bool active ) const
|
||||
void SMESHGUI_Dialog::setContentActive( const bool active )
|
||||
{
|
||||
mainFrame()->setEnabled( active );
|
||||
setButtonEnabled( active, OK );
|
||||
setButtonEnabled( active, Apply );
|
||||
setButtonEnabled( active, Cancel );
|
||||
setButtonEnabled( active, Close );
|
||||
setButtonEnabled( active, Help );
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
|
@ -51,7 +51,7 @@ public:
|
||||
virtual void show();
|
||||
|
||||
//! set all content to enable (parameter is true) or disable state
|
||||
virtual void setContentActive( const bool ) const;
|
||||
virtual void setContentActive( const bool );
|
||||
|
||||
//! Return hard-coded prefix using to differ overlapping types
|
||||
static int prefix( const QString& );
|
||||
|
Loading…
Reference in New Issue
Block a user