Salome HOME
Updated copyright comment
[modules/gui.git] / src / GraphicsView / GraphicsView_ViewTransformer.cxx
old mode 100755 (executable)
new mode 100644 (file)
index cce73bf..6311370
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2013-2024  CEA, EDF, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -41,8 +41,8 @@ GraphicsView_ViewTransformer::GraphicsView_ViewTransformer( GraphicsView_Viewer*
 : QObject( 0 ),
   myViewer( v ),
   myType( type ),
-  myMajorBtn( Qt::NoButton ),
   myButtonState( 0 ),
+  myMajorBtn( Qt::NoButton ),
   myRectBand( 0 )
 {
   if( myType == GraphicsView_Viewer::Pan ||