Changes
** It seems like your choice of color is not applied to PDF ink annotations. It actually is, just only after you save the annotations.
** (iOS) The app sometimes crashes after you annotation a PDF document and navigate back.
= XAML Notes =
<br/>
== XAML changes ==
=== Direct editing ===
As it was designed, [[Property_Direct_Edit_(Client)#PropertyViewModel|PropertyViewModel.InEditing]] should be true during an direct edit session. Starting from this version, this is enforced. In other word, you can't edit a property if you don't set InEditing to true by first e.g. invoking the StartDirectEditCommand.
<headertabs />