mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-03 18:44:28 +05:00
Fix compilation warnings
This commit is contained in:
parent
60528ce326
commit
aa376b221a
@ -415,7 +415,6 @@ bool SMESHGUI_MeshPatternDlg::onApply()
|
||||
bool toCreatePolyedrs = myCreatePolyedrsChk->isChecked();
|
||||
if ( myPattern->MakeMesh( myMesh, toCreatePolygons, toCreatePolyedrs ) ) {
|
||||
mySelectionMgr->clearSelected();
|
||||
SUIT_ResourceMgr* mgr = SMESH::GetResourceMgr( mySMESHGUI );
|
||||
bool autoUpdate = SMESHGUI::automaticUpdate();
|
||||
if (!isRefine() && autoUpdate) {
|
||||
_PTR(SObject) aSO = SMESH::FindSObject(myMesh.in());
|
||||
|
@ -145,8 +145,9 @@ namespace SMESH{
|
||||
SVTK_ViewWindow*
|
||||
GetViewWindow(const SalomeApp_Module* theModule)
|
||||
{
|
||||
if(SalomeApp_Application* anApp = theModule->getApp())
|
||||
if (SalomeApp_Application* anApp = theModule->getApp())
|
||||
return dynamic_cast<SVTK_ViewWindow*>(anApp->desktop()->activeWindow());
|
||||
return NULL;
|
||||
}
|
||||
|
||||
SVTK_ViewWindow* FindVtkViewWindow( SUIT_ViewManager* theMgr,
|
||||
|
Loading…
x
Reference in New Issue
Block a user