From 82b87ddcaaddc059fcb6289cfa83a63ef62eacde Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Mon, 12 Dec 2005 11:31:15 +0000 Subject: [PATCH] removed an unuseful update of the progress dialog --- src/meshlab/mainwindow_RunTime.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/meshlab/mainwindow_RunTime.cpp b/src/meshlab/mainwindow_RunTime.cpp index 94edb6b72..ef4d7be10 100644 --- a/src/meshlab/mainwindow_RunTime.cpp +++ b/src/meshlab/mainwindow_RunTime.cpp @@ -24,6 +24,9 @@ History $Log$ +Revision 1.37 2005/12/12 11:31:15 cignoni +removed an unuseful update of the progress dialog + Revision 1.36 2005/12/12 00:31:22 buzzelli applyImportExport method removed (not used anymore) @@ -491,7 +494,7 @@ bool MainWindow::QCallBack(const int pos, const char * str) qb->setWindowTitle (str); qb->setValue(pos); //qb->setProgress(pos); - qb->update(); + //qb->update(); return true; }