changeset 35749:9c0ef0aae165

Remove unnecessary setting of uiMainRender.
author ib
date Thu, 24 Jan 2013 13:29:04 +0000
parents edac040da09c
children b4599f797483
files gui/ui/main.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/ui/main.c	Thu Jan 24 13:08:31 2013 +0000
+++ b/gui/ui/main.c	Thu Jan 24 13:29:04 2013 +0000
@@ -519,7 +519,6 @@
            {
             case itPLMButton:
                  wsWindowMove( &guiApp.mainWindow,True,RX - abs( sx ),RY - abs( sy ) );
-                 uiMainRender=False;
                  break;
             case itPRMButton:
                  uiMenuMouseHandle( RX,RY );