summaryrefslogtreecommitdiff
path: root/apps/gui/viewport.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/viewport.c')
-rw-r--r--apps/gui/viewport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/viewport.c b/apps/gui/viewport.c
index d5f45b3382..fdd06bdc46 100644
--- a/apps/gui/viewport.c
+++ b/apps/gui/viewport.c
@@ -369,7 +369,7 @@ static void set_default_align_flags(struct viewport *vp)
369 vp->flags &= ~VP_FLAG_ALIGNMENT_MASK; 369 vp->flags &= ~VP_FLAG_ALIGNMENT_MASK;
370#ifndef __PCTOOL__ 370#ifndef __PCTOOL__
371 if (UNLIKELY(lang_is_rtl())) 371 if (UNLIKELY(lang_is_rtl()))
372 vp->flags |= VP_FLAG_IS_RTL; 372 vp->flags |= VP_FLAG_ALIGN_RIGHT;
373#endif 373#endif
374} 374}
375 375