fix build failure on Windows due to conflicting define of GDI API
This commit is contained in:
@@ -507,13 +507,13 @@ void View3DInventorViewer::init()
|
||||
pcGroupOnTop->addChild(pcOnTopMaterial);
|
||||
|
||||
auto selRoot = new SoFCSelectionRoot;
|
||||
selRoot->selectionStyle = SoFCSelectionRoot::PASSTHROUGH;
|
||||
selRoot->selectionStyle = SoFCSelectionRoot::PassThrough;
|
||||
pcGroupOnTopSel = selRoot;
|
||||
pcGroupOnTopSel->setName("GroupOnTopSel");
|
||||
pcGroupOnTopSel->ref();
|
||||
pcGroupOnTop->addChild(pcGroupOnTopSel);
|
||||
selRoot = new SoFCSelectionRoot;
|
||||
selRoot->selectionStyle = SoFCSelectionRoot::PASSTHROUGH;
|
||||
selRoot->selectionStyle = SoFCSelectionRoot::PassThrough;
|
||||
pcGroupOnTopPreSel = selRoot;
|
||||
pcGroupOnTopPreSel->setName("GroupOnTopPreSel");
|
||||
pcGroupOnTopPreSel->ref();
|
||||
|
||||
Reference in New Issue
Block a user