@@ -5,6 +5,10 @@ Changelog
------
*DD MMM YYYY*
+**Tools**
+
+* Fixed Engine View not redrawing when a command was sent from the Console.
0.43.0
*17 Apr 2021*
@@ -173,13 +173,19 @@ public class ConsoleView : Gtk.Box
if (args.length > 0)
{
if (client != null)
+ {
client.send(DeviceApi.command(args));
+ client.send(DeviceApi.frame());
+ }
}
else
client.send_script(text);