mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Fix textarea scrollbar inside border=false (#13678)
This commit is contained in:
parent
20e9969313
commit
21ecdd5681
1 changed files with 1 additions and 2 deletions
|
@ -106,9 +106,8 @@ void GUIEditBoxWithScrollBar::draw()
|
|||
skin->draw3DSunkenPane(this, bg_color, false, m_background,
|
||||
AbsoluteRect, &AbsoluteClippingRect);
|
||||
}
|
||||
|
||||
calculateFrameRect();
|
||||
}
|
||||
calculateFrameRect();
|
||||
|
||||
core::rect<s32> local_clip_rect = m_frame_rect;
|
||||
local_clip_rect.clipAgainst(AbsoluteClippingRect);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue