Skip to content
Snippets Groups Projects
Commit 5712f56a authored by Jan Möbius's avatar Jan Möbius
Browse files

Make Texturecontrol menu tear off

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@2965 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 6f170479
No related branches found
No related tags found
No related merge requests found
......@@ -450,6 +450,8 @@ void TextureControlPlugin::pluginsInitialized() {
// Texture menu
textureMenu_ = new QMenu(tr("&Texture Control"));
textureMenu_->setTearOffEnabled(true);
emit addMenu( textureMenu_ , VIEWMENU );
settingsDialog_ = new texturePropertiesWidget(0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment