From 5b61463377d8049cead03c0dd4b4fc76388bca9e Mon Sep 17 00:00:00 2001 From: Michael Vrhel Date: Wed, 13 Nov 2013 22:55:18 -0800 Subject: Update WinRT project to Windows 8.1 / VS 2013. Fix several issues with zooming. --- platform/winrt/mupdf_cpp/DocumentPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/winrt/mupdf_cpp/DocumentPage.cpp') diff --git a/platform/winrt/mupdf_cpp/DocumentPage.cpp b/platform/winrt/mupdf_cpp/DocumentPage.cpp index 3ee99dcd..39a22aa9 100644 --- a/platform/winrt/mupdf_cpp/DocumentPage.cpp +++ b/platform/winrt/mupdf_cpp/DocumentPage.cpp @@ -8,7 +8,7 @@ namespace mupdf_cpp this->Image = nullptr; this->Height = 0; this->Width = 0; - this->Zoom = 1.0; + this->PageZoom = 1.0; this->Content = NOTSET; _isPropertyChangedObserved = false; } -- cgit v1.2.3