chiark / gitweb /
Probably fixes #17 issue
authorFerdi van der Werf <efcm@vdwerf.eu>
Sun, 8 Apr 2012 23:26:37 +0000 (01:26 +0200)
committerFerdi van der Werf <efcm@vdwerf.eu>
Sun, 8 Apr 2012 23:26:37 +0000 (01:26 +0200)
commit956b6ad33d3fb38daac81f0c6df65ef714c53cea
tree69fadfed92c058835fcc94c55d04df36dad8f99c
parente2f4ce4ef6e63f805f1a209dcdb5f74477a08b65
Probably fixes #17 issue

On OSX spp.Destroy() causes an segfault, sizer.Remove(app) removes app
from the form but tries to call spp.Destroy() afterwards.
By hiding and detaching I created a workaround for the OSX problem.
This solution needs testing on Windows and Linux.
Cura/gui/mainWindow.py