mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 15:32:38 +00:00
Bigger hot region for IntEntry's popup window
This commit is contained in:
parent
923dda083a
commit
cbb5809c10
@ -108,7 +108,7 @@ void IntEntry::openPopup()
|
||||
m_popupWindow->setAutoRemap(false);
|
||||
m_popupWindow->setBounds(rc);
|
||||
|
||||
Region rgn(rc);
|
||||
Region rgn(rc.createUnion(getBounds()));
|
||||
rgn.createUnion(rgn, Region(getBounds()));
|
||||
m_popupWindow->setHotRegion(rgn);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user