mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-13 05:20:45 +00:00
Don't allow dropping dockables onto the tabs where textures sit
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user