From d4d222ebd3f0ed1ca0f4e8d85406e0bbda1e02c0 Mon Sep 17 00:00:00 2001 From: Sergio Martins Date: Thu, 25 Feb 2021 22:01:54 +0000 Subject: [PATCH] Update ChangeLog --- Changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog b/Changelog index 8d7f7339..a2e5cad7 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,7 @@ - Improve restoring layout when RestoreOption_RelativeToMainWindow is used (#171) - Improved dragging windows across screens in mixed hdpi setups - Fixed Flag_NativeTitleBar not hidding the client title bars when restoring (#170) + - Double clicking a native title bar of a Qt::Tool window will now redock the window (#173) * v1.3.0 (8 February 2021) - Experimental QtQuick support (#49)