summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/icon.c b/apps/gui/icon.c
index c20f1fe09a..db3ae2c96b 100644
--- a/apps/gui/icon.c
+++ b/apps/gui/icon.c
@@ -107,7 +107,7 @@ void screen_put_iconxy(struct screen * display,
107 const int is_rtl = lang_is_rtl(); 107 const int is_rtl = lang_is_rtl();
108 const struct bitmap *iconset; 108 const struct bitmap *iconset;
109 109
110 if (icon == Icon_NOICON) 110 if (icon <= Icon_NOICON)
111 { 111 {
112 if (is_rtl) 112 if (is_rtl)
113 xpos = display->getwidth() - xpos - width; 113 xpos = display->getwidth() - xpos - width;