From d866740fee61bdf1bbbb539bf9856b99e8152d89 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 10 Sep 2017 17:50:40 +0200 Subject: Fix font resource path. --- test/uitests/resizetest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/uitests/resizetest.cc b/test/uitests/resizetest.cc index 5ede2b6..8facc61 100644 --- a/test/uitests/resizetest.cc +++ b/test/uitests/resizetest.cc @@ -114,7 +114,7 @@ public: private: bool closing{false}; - GUI::Font font{":font.png"}; + GUI::Font font{":resources/font.png"}; std::pair reportedSize; std::pair reportedPosition; }; -- cgit v1.2.3