mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0028820: Samples - fix compilation of JAVA sample for Android
This commit is contained in:
@@ -268,7 +268,7 @@ bool AndroidQt::initViewer()
|
||||
|
||||
// create AIS context
|
||||
myContext = new AIS_InteractiveContext (myViewer);
|
||||
myContext->SetDisplayMode (AIS_Shaded);
|
||||
myContext->SetDisplayMode (AIS_Shaded, false);
|
||||
|
||||
Handle(AndroidQt_Window) aWindow = new AndroidQt_Window (aWidth, aHeight);
|
||||
myView = myViewer->CreateView();
|
||||
|
Reference in New Issue
Block a user