Skip to content

Commit

Permalink
remove delayed call and instead call it directly
Browse files Browse the repository at this point in the history
  • Loading branch information
scheffle committed Mar 1, 2024
1 parent 8e75de2 commit fd2ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vstgui/lib/ctexteditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ void TextEditorView::parentSizeChanged ()
}
else
{
Call::later (func, 1);
func ();
}
}
else
Expand Down

0 comments on commit fd2ce47

Please sign in to comment.