Scrolling/Scrollbar Fixes
Open Up UI7 API for Custom Objects outside of UI7
Add Text Shorter to R2
This commit is contained in:
2024-06-22 14:36:17 +02:00
parent d3a1dc40f5
commit f7e4d9848a
5 changed files with 128 additions and 101 deletions

View File

@@ -683,10 +683,10 @@ void RenderD7::RSettings::Draw(void) const {
// List Bg
for (int i = 0; i < 12; i++) {
if ((i % 2 == 0))
UI7::GetBackgroundList()->AddRectangle(R7Vec2(0, 40 + (i) * 15),
UI7::GetBackgroundList()->AddRectangle(R7Vec2(0, 40 + (i)*15),
R7Vec2(400, 15), RD7Color_List0);
else
UI7::GetBackgroundList()->AddRectangle(R7Vec2(0, 40 + (i) * 15),
UI7::GetBackgroundList()->AddRectangle(R7Vec2(0, 40 + (i)*15),
R7Vec2(400, 15), RD7Color_List1);
}