pilotclient icon indicating copy to clipboard operation
pilotclient copied to clipboard

DockWidget Linux workaround still needed?

Open emiro85 opened this issue 5 years ago • 1 comments

After using the latest branch (once available) with all the Ref T592 fixes, mainly changing to Qt::QueuedConnection please verify/test if this is still needed, otherwise after testing on Linux just remove.

    void CDockWidget::onTopLevelChanged(bool topLevel)
    {
#       ifdef Q_OS_LINUX
        // Give XCB platforms enough time to handle window events before adjusting it.
        QThread::msleep(100);
#       endif
``´

emiro85 avatar Jun 17 '20 08:06 emiro85

Is there something I could test on Linux?

jonaseberle avatar Feb 23 '22 14:02 jonaseberle