1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

fix an ExtendSpace bug

This commit is contained in:
id
2000-01-11 23:18:23 +00:00
parent 808d4e7df0
commit f10d928e0a

View File

@@ -841,7 +841,7 @@ paintEntry(WMenu *menu, int index, int selected)
strlen(entry->rtext));
WMDrawString(scr->wmscreen, win, textGC, scr->menu_entry_font, w-6-tw,
y + 3, entry->rtext, strlen(entry->rtext));
y + 3 + wPreferences.menu_text_clearance, entry->rtext, strlen(entry->rtext));
}
}