diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-07 21:32:41 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2016-06-07 21:32:41 +0200 |
commit | 7a5ede33b58b8935ce33c5363f7d500ba8663c63 (patch) | |
tree | 21b4de29d0d73307d1b18490999135494b86713d /plugingui/listboxbasic.h | |
parent | cf7e6c51abf82f2ccc3ed33b8bcc162178e2b5ea (diff) |
Update all use of widget_*.png to new TexturedBox.
Diffstat (limited to 'plugingui/listboxbasic.h')
-rw-r--r-- | plugingui/listboxbasic.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |