Update table tool on tab switch

This commit is contained in:
Benjamin Popp 2020-05-05 15:29:27 -05:00
parent f91a199f04
commit acdbc1408f

View File

@ -721,6 +721,9 @@ namespace HavenSoft.HexManiac.Core.ViewModels {
public void Refresh() {
scroll.DataLength = Model.Count;
RefreshBackingData();
using (ModelCacheScope.CreateScope(Model)) {
Tools.TableTool.DataForCurrentRunChanged();
}
}
public void RaiseError(string text) => OnError?.Invoke(this, text);