mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
GUI: Fix scrollbar bottom arrow being displayed as up arrow after mouse up
This commit is contained in:
parent
bd98c6f045
commit
7b0402fbb0
@ -839,7 +839,7 @@ void ThemeEngine::drawDD(DrawData type, const Common::Rect &r, uint32 dynamic, b
|
||||
return;
|
||||
|
||||
if (kDrawDataDefaults[type].parent != kDDNone && kDrawDataDefaults[type].parent != type)
|
||||
drawDD(kDrawDataDefaults[type].parent, r);
|
||||
drawDD(kDrawDataDefaults[type].parent, r, dynamic);
|
||||
|
||||
Common::Rect area = r;
|
||||
area.clip(_screen.w, _screen.h);
|
||||
|
Loading…
x
Reference in New Issue
Block a user