1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-03-30 14:50:12 +03:00

Fix window thumbnails not working since frameworks 5.55

Summary:
This fixes a problem where window thumbnails are no longer visible since KDE Frameworks 5.55. This is caused by https://cgit.kde.org/plasma-framework.git/commit/?id=b257029afc3bfcd6366d2c2b910b8d91403ab8a which no longer automatically updates the visibility of mainItem of PlasmaCore.Dialog.

BUG: 404234

FIXED-IN: 0.8.6

Test Plan: Ensure window thumbnails are working correctly now

Reviewers: mvourlakos

Reviewed By: mvourlakos

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D19002
This commit is contained in:
Mathias Tillman 2019-02-14 14:00:16 +01:00 committed by Michail Vourlakos
parent d0f1a7ffe6
commit 58887ca7cd

View File

@ -545,6 +545,8 @@ Item {
if (visible) {
windowsPreviewCheckerToNotShowTimer.start();
}
mainItem.visible = visible;
}
function hide(debug){