You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ViewDataTemplate as IViewUpdater performs an update correctly on the cached container control, however the change isn't correctly propagated to the visual tree of the EditorTabViewModel - likely an issue with the docking library.
You can verify that the Tag on the container is changed in our update, but not updated when viewing the window with diagnostics tool (F12).
The text was updated successfully, but these errors were encountered:
The
ViewDataTemplate
asIViewUpdater
performs an update correctly on the cached container control, however the change isn't correctly propagated to the visual tree of theEditorTabViewModel
- likely an issue with the docking library.You can verify that the
Tag
on the container is changed in our update, but not updated when viewing the window with diagnostics tool (F12).The text was updated successfully, but these errors were encountered: