From c73f9e2632f9614bba748aed857e2a648126a963 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 20 Apr 2017 20:16:48 +0200 Subject: Change resource paths to be relative to the plugingui folder instead of the resources folder. Make rcgen run atomatically to re-generate resource_data.cc if one of the resource files changes. --- 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 662c5d3..27822e6 100644 --- a/plugingui/listboxbasic.h +++ b/plugingui/listboxbasic.h @@ -78,7 +78,7 @@ protected: ScrollBar scroll; - Texture bg_img{getImageCache(), ":widget.png", 7, 7, 1, 63}; + Texture bg_img{getImageCache(), ":resources/widget.png", 7, 7, 1, 63}; void setSelection(int index); -- cgit v1.2.3