added mouse over effect
svn-id: r4466
This commit is contained in:
parent
71080f98ab
commit
671678a6c5
7 changed files with 54 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue