Basically issue is that if i use VScrollToPos01 on same frame i update the size of it or its children it will not scroll correctly.
Description
Description
Details
Details
- Severity
- Minor
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- Engine
Steps To Reproduce
chatScrollWidget.Update(); chatScrollWidget.VScrollToPos01(1);
will result in
But if i do something like
chatScrollWidget.Update(); GetGame().GetCallQueue(CALL_CATEGORY_GUI).CallLater(chatScrollWidget.VScrollToPos01,30,false,1);
It works as intended
Additional Information
This is the case with all geters related to Widgets