From 8228fea02feabbfdd4def950e67f9ea6507d981d Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 14 Jun 2015 02:13:47 -0300 Subject: missing changes --- bin/tests/test_gui.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/tests/test_gui.cpp') diff --git a/bin/tests/test_gui.cpp b/bin/tests/test_gui.cpp index 8822febde..c40462387 100644 --- a/bin/tests/test_gui.cpp +++ b/bin/tests/test_gui.cpp @@ -109,6 +109,9 @@ public: frame->set_anchor( MARGIN_RIGHT, Control::ANCHOR_END ); frame->set_anchor( MARGIN_BOTTOM, Control::ANCHOR_END ); frame->set_end( Point2(0,0) ); + + Ref t = memnew( Theme ); + frame->set_theme(t); get_root()->add_child( frame ); -- cgit v1.2.3-70-g09d2