* ./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:
Jean-Paul Chaput 2011-04-12 20:38:31 +00:00
parent b916163b37
commit d25d64df10
1 changed files with 1 additions and 1 deletions

View File

@ -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() );