]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOWxViewer.cpp
Fixed Bugs with filter. Added Layer Diagram to documentation.
[creaImageIO.git] / src2 / creaImageIOWxViewer.cpp
index cec086bd381c56442a42df12002cee75bac7e479..2b473a22703f87773c3abe9c668fbe6c538d010a 100644 (file)
@@ -329,12 +329,14 @@ namespace creaImageIO
       { 
                if(!TestDestroy())
            { 
+                       
                        mWxViewer->ShowNextImage();
                        //                      mWxViewer->Refresh();
                        ::wxWakeUpIdle();
                        clock_t endwait;
                        endwait = clock () + 0.2 * CLOCKS_PER_SEC ;
                        while (clock() < endwait) {}
+                       
                }
                else
                {