Avoid drawing clipped out formspec elements (#10095)

This commit is contained in:
EvidenceB
2020-08-23 22:50:14 +02:00
committed by GitHub
parent 3c2890692b
commit 287f3fb2e3
3 changed files with 21 additions and 3 deletions

View File

@@ -32,6 +32,8 @@ class GUIScrollContainer : public gui::IGUIElement
virtual bool OnEvent(const SEvent &event) override;
virtual void draw() override;
inline void onScrollEvent(gui::IGUIElement *caller)
{
if (caller == m_scrollbar)