Skip to content

Commit

Permalink
if (local_style->is_set.use_vtiworkaround)
Browse files Browse the repository at this point in the history
  • Loading branch information
formiano committed Dec 12, 2024
1 parent 76e7d46 commit 08f514e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gui/elistboxcontent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ void eListboxPythonStringContent::paint(gPainter &painter, eWindowStyle &style,
{
text_offset += local_style->m_text_padding.topLeft();
// HACK OPD hat hier scheinbar einen Fehler und addiert den Textoffset zweimal auf, also machen wir das hier auch so
if (local_style->is_set.use_opd_workaround)
if (local_style->is_set.use_vti_workaround)
text_offset += local_style->m_text_padding.topLeft();

if (local_style->m_valign == eListboxStyle::alignTop)
Expand Down

0 comments on commit 08f514e

Please sign in to comment.