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