Skip to content
Snippets Groups Projects
Commit bfb4eb86 authored by Martin Schultz's avatar Martin Schultz
Browse files

implemented workaround for QPainter to render widget ontop of opengl.

problem was mainly observed on osx
parent 43d31c53
No related branches found
No related tags found
1 merge request!3Feature core profile
......@@ -221,6 +221,8 @@ void SelectionBasePlugin::initializePlugin() {
pickModeToolBar_->addSeparator();
pickModeToolBar_->addActions(selectionModesGroup_->actions());
pickModeToolBar_->setWindowOpacity(0.99);
emit setPickModeToolbar(SELECTION_PICKING, pickModeToolBar_);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment