Fix minor rendering glitch in PPSSPP's menus on iOS

This commit is contained in:
Henrik Rydgård
2021-01-31 15:49:52 +01:00
parent d7de08c4ff
commit 5e501fa9fc
7 changed files with 26 additions and 9 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ public:
}
void Draw(UIContext &dc) override {
dc.Draw()->DrawImageStretch(dc.theme->whiteImage, bounds_.x, bounds_.y, bounds_.x2(), bounds_.y2(), dc.theme->itemDownStyle.background.color);
dc.Draw()->DrawImageCenterTexel(dc.theme->whiteImage, bounds_.x, bounds_.y, bounds_.x2(), bounds_.y2(), dc.theme->itemDownStyle.background.color);
}
};