mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
it seems that *UIWidget::getClientFrame* should return a 0 position
This commit is contained in:
parent
2c816c0846
commit
38e46221bd
1 changed files with 2 additions and 1 deletions
|
@ -2718,7 +2718,8 @@ UIRect2D UIWidget::getClientFrame
|
|||
)
|
||||
|
||||
{
|
||||
return m_frame;
|
||||
// don't return the position
|
||||
return UIRect2D(UIPoint2D(0, 0), m_frame.size);
|
||||
}
|
||||
|
||||
void UIWidget::setAlwaysOnBottom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue