From e211a5fa64771bd7219da95be370fe9c6be30e44 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Fri, 21 Jun 2024 18:13:31 +0200 Subject: [PATCH] Coding style fix in guiHyperText.cpp --- src/gui/guiHyperText.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/guiHyperText.cpp b/src/gui/guiHyperText.cpp index e00249b28..9db075a56 100644 --- a/src/gui/guiHyperText.cpp +++ b/src/gui/guiHyperText.cpp @@ -1236,10 +1236,10 @@ void GUIHyperText::draw() m_vscrollbar->setPos(0); m_vscrollbar->setVisible(false); } - if (m_drawer_ready) + if (m_drawer_ready) { m_drawer.draw(AbsoluteClippingRect, m_display_text_rect.UpperLeftCorner + m_text_scrollpos); - else + } else m_drawer_ready = true; // draw children