* ./unicorn:
- Bug: In CgtMain.cpp, it seems that under Scientific Linux / Qt 4.6.2, the processEvents() inside GCellWidget triggers and instantaneous crash. For the time being, we simply disable the interruptions. The graphic interface become completly unresponsive while algorithms are running.
This commit is contained in:
parent
b916163b37
commit
d25d64df10
|
@ -340,7 +340,7 @@ int main ( int argc, char *argv[] )
|
|||
unicorn->registerTool ( Mauka::GraphicMaukaEngine::grab() );
|
||||
//unicorn->registerTool ( Knik::GraphicKnikEngine::grab() );
|
||||
unicorn->registerTool ( Kite::GraphicKiteEngine::grab() );
|
||||
unicorn->setEnableRedrawInterrupt ( true );
|
||||
//unicorn->setEnableRedrawInterrupt ( true );
|
||||
//unicorn->registerTool ( Equinox::GraphicEquinoxEngine::grab() );
|
||||
//unicorn->registerTool ( Solstice::GraphicSolsticeEngine::grab() );
|
||||
|
||||
|
|
Loading…
Reference in New Issue