Skip to content

Commit

Permalink
Blacklisted QQuickWidget with window dragging
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujan committed Jul 21, 2021
1 parent b431fb7 commit 684bcc0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Kvantum/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
V0.20.1
---------
* In the case of bad hard-coded styles, ignore non-base background colors of line-edits if their saturations are small enough.
* Blacklisted QQuickWidget with window dragging.

V0.20.0
---------
Expand Down
2 changes: 1 addition & 1 deletion Kvantum/NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Latest version:

17 Jul 2021, V0.20.1
21 Jul 2021, V0.20.1

See "ChangeLog" for changes.
1 change: 1 addition & 0 deletions Kvantum/style/drag/windowmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ void WindowManager::initializeBlackList (const QStringList &list)
blackList_.insert (ExceptionId (QStringLiteral ("CustomTrackView@kdenlive")));
blackList_.insert (ExceptionId (QStringLiteral ("MuseScore")));
blackList_.insert (ExceptionId (QStringLiteral ("KGameCanvasWidget")));
blackList_.insert (ExceptionId (QStringLiteral ("QQuickWidget")));
for (const QString& exception : list)
{
ExceptionId id (exception);
Expand Down

0 comments on commit 684bcc0

Please sign in to comment.