Skip to content
Snippets Groups Projects
Commit 28274785 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

MAJ définition du cWinZoom : float -> double

parent f65df989
Branches
Tags
No related merge requests found
...@@ -274,7 +274,7 @@ BuildWithWindowRegion(const int zoom) ...@@ -274,7 +274,7 @@ BuildWithWindowRegion(const int zoom)
lRegion.SetIndex(lIndex); lRegion.SetIndex(lIndex);
lRegion.SetSize(lSize); lRegion.SetSize(lSize);
this->m_ViewImageRegion = lRegion; this->m_ViewImageRegion = lRegion;
this->cWinZoom = (float)zoom; this->cWinZoom = (double)zoom;
//Termine l'initialisation //Termine l'initialisation
FinalizeInitialisation(); FinalizeInitialisation();
......
...@@ -307,7 +307,7 @@ BuildWithWindowRegion(const int zoom) ...@@ -307,7 +307,7 @@ BuildWithWindowRegion(const int zoom)
lRegion.SetIndex(lIndex); lRegion.SetIndex(lIndex);
lRegion.SetSize(lSize); lRegion.SetSize(lSize);
this->m_ViewImageRegion = lRegion; this->m_ViewImageRegion = lRegion;
this->cWinZoom = (float)zoom; this->cWinZoom = (double)zoom;
//Termine l'initialisation //Termine l'initialisation
FinalizeInitialisation(); FinalizeInitialisation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment