mirror of
https://github.com/haven1433/HexManiacAdvance.git
synced 2026-05-31 20:42:43 -05:00
Update table tool on tab switch
This commit is contained in:
parent
f91a199f04
commit
acdbc1408f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user