Skip to content

Fix last context applet missing from toolbar on program startup

On startup, applet toolbar ListView's count gets changed before Loader is done loading the corresponding applet, causing root.resizeApplets() getting called before the last applet is ready to be resized, and applet only getting visible after change of active applets or context area width. By calling root.resizeApplets after loading the applet in toolbar applet's onCompleted, all applets are visible in context toolbar after program startup, instead of last one missing (when n>1).

Merge request reports