mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Get fix for toolwindowmanager - 3a02944
This commit is contained in:
@@ -281,7 +281,7 @@ void ToolWindowManagerArea::restoreState(const QVariantMap &savedData) {
|
||||
}
|
||||
|
||||
void ToolWindowManagerArea::check_mouse_move() {
|
||||
if (qApp->mouseButtons() == Qt::LeftButton && m_dragCanStart) {
|
||||
if (qApp->mouseButtons() != Qt::LeftButton && m_dragCanStart) {
|
||||
m_dragCanStart = false;
|
||||
}
|
||||
m_manager->updateDragPosition();
|
||||
|
||||
Reference in New Issue
Block a user