Skip to content

Commit bdac160

Browse files
WizardCMRytoEX
authored andcommitted
Limit browser dock workaround to impacted Qt versions
1 parent 951cf81 commit bdac160

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

panel/browser-panel-client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ void QCefBrowserClient::OnBeforeClose(CefRefPtr<CefBrowser>)
226226

227227
bool QCefBrowserClient::OnSetFocus(CefRefPtr<CefBrowser>, CefFocusHandler::FocusSource source)
228228
{
229-
#if QT_VERSION >= QT_VERSION_CHECK(6, 8, 0)
229+
#if QT_VERSION >= QT_VERSION_CHECK(6, 8, 0) && QT_VERSION < QT_VERSION_CHECK(6, 11, 1)
230230
/* Workaround for browser docks flashing/hanging at startup with Qt 6.8.x, introduced
231231
* by commit https://code.qt.io/cgit/qt/qt5.git/commit/?id=bab1fecd556ea561c4a89686293116741acfa1b4.
232232
* Refer to https://bugreports.qt.io/browse/QTBUG-136165.

0 commit comments

Comments
 (0)