Don't allow dropping dockables onto the tabs where textures sit

This commit is contained in:
baldurk
2016-10-10 18:50:11 +02:00
parent 2507634df9
commit ea587608cb
4 changed files with 11 additions and 1 deletions
+2
View File
@@ -1463,6 +1463,8 @@ void TextureViewer::SetupTextureTabs()
&TextureViewer::textureTab_Changed);
QObject::connect(textureTabs, &QTabWidget::tabCloseRequested, this,
&TextureViewer::textureTab_Closing);
textureTabs->disableUserDrop();
}
void TextureViewer::textureTab_Changed(int index)