Skip to content
Snippets Groups Projects
Commit 04ba4143 authored by Julien Michel's avatar Julien Michel
Browse files

Correction erreur de compilation vue sur le dashboard.

parent 3d50816a
Branches
Tags
No related merge requests found
......@@ -51,7 +51,7 @@ int otbFullResolutionImageWidget( int argc, char * argv[] )
widget->SetViewModelToRGB();
else
widget->SetViewModelToGrayscale();
widget->SetUpperRightCorner(index);
widget->SetUpperLeftCorner(index);
widget->Init(0,0,size[0],size[1],"Test Full Resolution Widget");
widget->redraw();
window.end();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment