Coding style fix in guiHyperText.cpp

This commit is contained in:
Wuzzy 2024-06-21 18:13:31 +02:00
parent 0f12a322d9
commit e211a5fa64

@ -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