From 95eb7466df890dcbed9eb8e8bda15bd9235db9c0 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 11 Sep 2016 11:28:01 -0300 Subject: -Added a ColorFrame control, kind of like Texture but for color. -Added dropping nodes to text editor for them to become a path -Fixed issues with font not properly being set in code editor --- scene/gui/control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/gui/control.cpp') diff --git a/scene/gui/control.cpp b/scene/gui/control.cpp index c120be65d..269bd09b1 100644 --- a/scene/gui/control.cpp +++ b/scene/gui/control.cpp @@ -1924,7 +1924,7 @@ void Control::_propagate_theme_changed(CanvasItem *p_at,Control *p_owner,bool p_ if (p_assign) { c->data.theme_owner=p_owner; } - c->_notification(NOTIFICATION_THEME_CHANGED); + c->notification(NOTIFICATION_THEME_CHANGED); c->update(); } } -- cgit v1.2.3-70-g09d2