mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-04 14:28:25 +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();
|
bool toCreatePolyedrs = myCreatePolyedrsChk->isChecked();
|
||||||
if ( myPattern->MakeMesh( myMesh, toCreatePolygons, toCreatePolyedrs ) ) {
|
if ( myPattern->MakeMesh( myMesh, toCreatePolygons, toCreatePolyedrs ) ) {
|
||||||
mySelectionMgr->clearSelected();
|
mySelectionMgr->clearSelected();
|
||||||
SUIT_ResourceMgr* mgr = SMESH::GetResourceMgr( mySMESHGUI );
|
|
||||||
bool autoUpdate = SMESHGUI::automaticUpdate();
|
bool autoUpdate = SMESHGUI::automaticUpdate();
|
||||||
if (!isRefine() && autoUpdate) {
|
if (!isRefine() && autoUpdate) {
|
||||||
_PTR(SObject) aSO = SMESH::FindSObject(myMesh.in());
|
_PTR(SObject) aSO = SMESH::FindSObject(myMesh.in());
|
||||||
|
@ -145,8 +145,9 @@ namespace SMESH{
|
|||||||
SVTK_ViewWindow*
|
SVTK_ViewWindow*
|
||||||
GetViewWindow(const SalomeApp_Module* theModule)
|
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 dynamic_cast<SVTK_ViewWindow*>(anApp->desktop()->activeWindow());
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
SVTK_ViewWindow* FindVtkViewWindow( SUIT_ViewManager* theMgr,
|
SVTK_ViewWindow* FindVtkViewWindow( SUIT_ViewManager* theMgr,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user