avoid multiple calls to setSoftThreshold
authorDiane Trout <diane@caltech.edu>
Fri, 20 Oct 2006 01:33:10 +0000 (01:33 +0000)
committerDiane Trout <diane@caltech.edu>
Fri, 20 Oct 2006 01:33:10 +0000 (01:33 +0000)
commit221f92e7044d20031b5704fa3a57a83af2a5b3b4
treed234f453da37e24f52c131ce28cb14a0c8348faf
parentf7547e3f86e273253d2c0778bc05202c95cc1f5c
avoid multiple calls to setSoftThreshold
ticket:200
So I took the easy route and just wrapped a widet->setEnabled(false)
widget->setEnabled(true) around the setSoftThreshold code. Which should
hopefully prevent the possibility of calling setSoftThreshold before
the other call has terminated.
qui/MussaWindow.cpp