ClientAccepter triggers window redrawing after executing a command
This commit is contained in:
parent
cd16a7ff18
commit
e2d64b01d5
|
@ -435,6 +435,7 @@ private:
|
|||
{
|
||||
write_debug("error running command '" + m_buffer + "' : " + e.description());
|
||||
}
|
||||
ClientManager::instance().redraw_clients();
|
||||
delete this;
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user