mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
fix text scrolling - it works again!
This commit is contained in:
parent
9c1014fcb4
commit
52610a72ee
@ -402,6 +402,7 @@ void GuiFileBrowser::Update(GuiTrigger * t)
|
|||||||
scrollbarBoxBtn->SetPosition(0,position+36);
|
scrollbarBoxBtn->SetPosition(0,position+36);
|
||||||
|
|
||||||
listChanged = false;
|
listChanged = false;
|
||||||
|
numEntries = browser.numEntries;
|
||||||
|
|
||||||
if(updateCB)
|
if(updateCB)
|
||||||
updateCB(this);
|
updateCB(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user