We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f554df9 commit 5caa5dbCopy full SHA for 5caa5db
src/AutoHideDockContainer.cpp
@@ -471,6 +471,8 @@ void CAutoHideDockContainer::setSize(int Size)
471
//============================================================================
472
bool CAutoHideDockContainer::eventFilter(QObject* watched, QEvent* event)
473
{
474
+ // A switch case statement would be nicer here, but we cannot use
475
+ // internal::FloatingWidgetDragStartEvent in a switch case
476
if (event->type() == QEvent::Resize)
477
478
if (!d->ResizeHandle->isResizing())
0 commit comments