Salome HOME
Updated copyright comment
[modules/gui.git] / src / GraphicsView / GraphicsView_ViewTransformer.cxx
index dd4c8f7ae33f841b0d12571f62e9a957414e80e7..6311370132bebaa0806edf95c70de2b79abf3238 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2016  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 ||