added mouse over effect

svn-id: r4466
This commit is contained in:
Max Horn 2002-07-06 12:57:51 +00:00
parent 71080f98ab
commit 671678a6c5
7 changed files with 54 additions and 24 deletions

View file

@ -53,7 +53,7 @@ void Widget::draw()
}
// Now perform the actual widget draw
drawWidget(false);
drawWidget(_flags & WIDGET_HILITED);
if (_flags & WIDGET_BORDER) {
_x -= 4;