fixed the drop shadow window clearing bug in Basemenu

This commit is contained in:
Scott Moynes 2002-10-17 01:45:30 +00:00
parent ccf6cfadf7
commit d974e00bc9

View file

@ -611,9 +611,13 @@ void Basemenu::drawItem(int index, bool highlight, bool clear,
dooppsel = False;
}
#ifdef XFT
if (dotext)
XClearArea(display, menu.frame, text_x, text_y, text_w, text_h,
XClearArea(display, menu.frame, text_x, text_y ,
text_w + style->f_font->offset(),
text_h + style->f_font->offset(),
False);
#endif // XFT
if (dohilite && highlight && (menu.hilite_pixmap != ParentRelative)) {
if (menu.hilite_pixmap)