1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-04 13:13:25 +03:00

0022800: OSD::SetSignal(Standard_True) is not called in the standard samples

This commit is contained in:
SZV
2011-11-18 09:21:42 +00:00
committed by bugmaster
parent 329843e245
commit 2b442de5ec
3 changed files with 9 additions and 10 deletions

View File

@@ -9,6 +9,7 @@
#include <res\OCC_Resource.h>
#include <Standard_Version.hxx>
#include <OSD.hxx>
/////////////////////////////////////////////////////////////////////////////
// OCC_BaseApp
@@ -29,6 +30,7 @@ END_MESSAGE_MAP()
OCC_BaseApp::OCC_BaseApp()
{
OSD::SetSignal(Standard_True);
SampleName = "";
SetSamplePath(NULL);
}