diff --git a/vstgui/lib/ctexteditor.cpp b/vstgui/lib/ctexteditor.cpp index 47ae52e05..923b8c5a7 100644 --- a/vstgui/lib/ctexteditor.cpp +++ b/vstgui/lib/ctexteditor.cpp @@ -612,7 +612,7 @@ void TextEditorView::parentSizeChanged () } else { - Call::later (func, 1); + func (); } } else