git-svn-id: svn://db.shs.com.ru/pip@494 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-05-04 16:32:09 +00:00
parent 506af47f06
commit f01851df67

View File

@@ -854,6 +854,7 @@ void Daemon::requestOpenShell() {
PIByteArray ba; PIByteArray ba;
ba << int(ShellOpen); ba << int(ShellOpen);
send(conn_name, ba); send(conn_name, ba);
executeQueued(this, "shResizeRequest");
} }