From 550fab3866436c9daa0992bf94bdd7e411289232 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 3 Jul 2021 22:40:48 +0100 Subject: [PATCH] Consistency Signed-off-by: falkTX --- tests/Demo.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Demo.cpp b/tests/Demo.cpp index 7467af0f..311e4495 100644 --- a/tests/Demo.cpp +++ b/tests/Demo.cpp @@ -409,16 +409,16 @@ public: const ScopedGraphicsContext sgc(*this); wColor = new ExampleColorSubWidget(this); - wColor->setAbsoluteX(kSidebarWidth); wColor->hide(); + wColor->setAbsoluteX(kSidebarWidth); wImages = new ExampleImagesSubWidget(this); - wImages->setAbsoluteX(kSidebarWidth); - wImages->hide(); + wImages->hide() + wImages->setAbsoluteX(kSidebarWidth);; wRects = new ExampleRectanglesSubWidget(this); - wRects->setAbsoluteX(kSidebarWidth); wRects->hide(); + wRects->setAbsoluteX(kSidebarWidth); wShapes = new ExampleShapesSubWidget(this); wShapes->hide();