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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user