chiark / gitweb /
Fixes #95
authorFerdi van der Werf <efcm@vdwerf.eu>
Fri, 11 May 2012 00:31:18 +0000 (02:31 +0200)
committerFerdi van der Werf <efcm@vdwerf.eu>
Fri, 11 May 2012 00:31:18 +0000 (02:31 +0200)
commitfbc9af3233321c14c876247d422801f55a21f760
tree964f9594561e65938a3ac573932800e7abc5622d
parent3c0f3b87e0715de5a20905ef3bd0f7e6249f3aff
Fixes #95

wx.EVT_KILL_FOCUS is not fired on OSX, so we have to use a different
event to save. I thought EVT_STC_CHANGE of wx.stc would be a good
choice.
See http://www.yellowbrain.com/stc/events.html#EVT_STC_CHANGE

Altered gcodeTextArea slightly to use the new gcodeTextArea on OSX as
well.
Cura/gui/alterationPanel.py
Cura/gui/gcodeTextArea.py