From d25d64df10a25a7bb0128abdcaebeba0bcb18654 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Tue, 12 Apr 2011 20:38:31 +0000 Subject: [PATCH] * ./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. --- unicorn/src/CgtMain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unicorn/src/CgtMain.cpp b/unicorn/src/CgtMain.cpp index b02b6e10..7b23b15c 100644 --- a/unicorn/src/CgtMain.cpp +++ b/unicorn/src/CgtMain.cpp @@ -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() );