mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +05:00
Fix for the bug 21922 "WinTC5.1.4: incorrect quit salome"
This commit is contained in:
parent
dc53fa88bf
commit
9188609436
@ -95,7 +95,8 @@ GEOMBase_Helper::GEOMBase_Helper( SUIT_Desktop* desktop )
|
|||||||
//================================================================
|
//================================================================
|
||||||
GEOMBase_Helper::~GEOMBase_Helper()
|
GEOMBase_Helper::~GEOMBase_Helper()
|
||||||
{
|
{
|
||||||
if ( !SUIT_Session::session()->activeApplication()->desktop() )
|
//rnv: Fix for the "IPAL21922 : WinTC5.1.4: incorrect quit salome"
|
||||||
|
if ( !SUIT_Session::session()->activeApplication() || !SUIT_Session::session()->activeApplication()->desktop() )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if ( myPreview.size() )
|
if ( myPreview.size() )
|
||||||
|
Loading…
Reference in New Issue
Block a user