chiark / gitweb /
Prevent unresponsive print window
authorMartin Wickham <spexguy070@gmail.com>
Fri, 14 Nov 2014 02:39:52 +0000 (20:39 -0600)
committerMartin Wickham <spexguy070@gmail.com>
Fri, 14 Nov 2014 02:39:52 +0000 (20:39 -0600)
commitedd26b673bc6dce2a2d0b95321018c724e338e79
tree02bcf7c86c6f64f1fcff43f77b3e946452ff3fd4
parent28b04d8867028cd2a590d8c69c01cc359da74e87
Prevent unresponsive print window

If the default print window is used, and the printer sends a message
back to the main process, the receiving thread calls _addTermLog, which
was undefined on the printWindowBasic.  It has now been defined.
Cura/gui/printWindow.py