From b2feda16e2eaba6b44e97f3f607d44ac4fcc6554 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Tue, 17 Oct 2023 11:59:21 +0200 Subject: [PATCH] beautified --- src/controls/QskDrawer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controls/QskDrawer.cpp b/src/controls/QskDrawer.cpp index 11f7bdbd..8d60f8ce 100644 --- a/src/controls/QskDrawer.cpp +++ b/src/controls/QskDrawer.cpp @@ -377,7 +377,7 @@ void QskDrawer::updateLayout() break; } } - + const QRectF layoutRect( dx, dy, width(), height() ); const auto children = childItems();