mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 21:23:29 +02:00
Hide theme behind an accessor (so we can expose it only as const)
This commit is contained in:
@@ -85,7 +85,7 @@ void AsyncImageFileView::Draw(UIContext &dc) {
|
||||
}
|
||||
|
||||
if (HasFocus()) {
|
||||
dc.FillRect(dc.theme->itemFocusedStyle.background, bounds_.Expand(3));
|
||||
dc.FillRect(dc.GetTheme().itemFocusedStyle.background, bounds_.Expand(3));
|
||||
}
|
||||
|
||||
// TODO: involve sizemode
|
||||
|
||||
Reference in New Issue
Block a user