Add back the old perspective tool

Add perspective correction method chooser to allow choice between the
original perspective tool (simple) and the new one (camera-based).
This commit is contained in:
Lawrence
2019-12-28 17:18:59 -08:00
parent f514a69104
commit f83a62be5b
13 changed files with 263 additions and 48 deletions

View File

@@ -527,7 +527,9 @@ int refreshmap[rtengine::NUMOFEVENTS] = {
TRANSFORM, // EvPerspProjAngle
TRANSFORM, // EvPerspProjRotate
TRANSFORM, // EvPerspProjScale
TRANSFORM // EvPerspProjShift
TRANSFORM, // EvPerspProjShift
TRANSFORM, // EvPerspCamAngle
TRANSFORM // EvPerspMethod
};