Fix scrolling

This commit is contained in:
2024-05-20 19:23:44 +02:00
parent 64e81e04fd
commit a0923acec7
3 changed files with 21 additions and 9 deletions

View File

@@ -692,7 +692,7 @@ void RenderD7::RSettings::Draw(void) const {
RenderD7::OnScreen(Bottom);
if (UI7::BeginMenu("Press \uE001 to go back!", R7Vec2(),
UI7MenuFlags_ForceScrolling)) {
UI7MenuFlags_Scrolling)) {
for (int i = 0; i < 20; i++) {
UI7::Label("Line: " + std::to_string(i));
}