summaryrefslogtreecommitdiff
path: root/winrt/mupdf_cpp/DocumentPage.cpp
diff options
context:
space:
mode:
authorMichael Vrhel <michael.vrhel@artifex.com>2013-05-10 15:20:08 -0700
committerRobin Watts <robin.watts@artifex.com>2013-05-16 19:25:57 +0100
commit7afefc8342853df50dc1e1a192415cd1164a7382 (patch)
treedd7924dc87f6ba2f5168ddab92755a604a5f2570 /winrt/mupdf_cpp/DocumentPage.cpp
parent33280868285321bfa3e7e8cad7b77dbfa5ca26f6 (diff)
downloadmupdf-7afefc8342853df50dc1e1a192415cd1164a7382.tar.xz
Implemented zooming and fixed and simplified the binding of several objects to the UI XAML
Diffstat (limited to 'winrt/mupdf_cpp/DocumentPage.cpp')
-rw-r--r--winrt/mupdf_cpp/DocumentPage.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/winrt/mupdf_cpp/DocumentPage.cpp b/winrt/mupdf_cpp/DocumentPage.cpp
index c705c237..637a19a4 100644
--- a/winrt/mupdf_cpp/DocumentPage.cpp
+++ b/winrt/mupdf_cpp/DocumentPage.cpp
@@ -10,5 +10,8 @@ namespace mupdf_cpp
this->Width = 0;
this->Zoom = 1.0;
this->Content = NOTSET;
+ _isPropertyChangedObserved = false;
}
}
+
+