Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Impress: part and mode can not be obtained while creating pages.
Issue: In Impress: * Switch to notes view. * Switch back to normal view. * Edit text on the page. * Switch to notes view again. * See that the notes view page preview is not updated. It seems that while switching to notes view, a new page class instance is created for the note. Before the creation, invalidate tiles callback is called. Whilst the creation, selected part and edit mode is not accessible. So the INVALIDATE_TILES callback has edit mode and part number 0. This commit fetches the part and edit mode when all the tiles are invalidated. Signed-off-by: Gökay Şatır <[email protected]> Change-Id: I73ab8d436617f06bf573c93bbabae93a2ff6c8cb
- Loading branch information