From 7a5ede33b58b8935ce33c5363f7d500ba8663c63 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 7 Jun 2016 21:32:41 +0200 Subject: Update all use of widget_*.png to new TexturedBox. --- plugingui/listboxbasic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/listboxbasic.h') diff --git a/plugingui/listboxbasic.h b/plugingui/listboxbasic.h index 2ebe845..73d841d 100644 --- a/plugingui/listboxbasic.h +++ b/plugingui/listboxbasic.h @@ -78,7 +78,7 @@ protected: ScrollBar scroll; - Image bg_img; + Texture bg_img{getImageCache(), ":widget.png", 7, 7, 1, 63}; void setSelection(int index); -- cgit v1.2.3