1
0
mirror of synced 2024-11-12 02:00:50 +01:00

More updating fixes

This commit is contained in:
KillzXGaming 2019-06-14 20:39:47 -04:00
parent b231df5d15
commit b8cb80727a
5 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -60,8 +60,8 @@ namespace Switch_Toolbox.Library.Forms
private void propertyGrid1_PropertyValueChanged(object s, PropertyValueChangedEventArgs e)
{
OnPropertyChanged();
OnPropertyChanged2();
if (OnPropertyChanged != null) OnPropertyChanged();
if (OnPropertyChanged2 != null) OnPropertyChanged2();
}
}
}

View File

@ -87,6 +87,7 @@ namespace Switch_Toolbox.Library.Forms
private void OnPropertyEditorChanged()
{
imageEditor.UpdateMipDisplay();
LibraryGUI.Instance.UpdateViewport();
}
public void UpdateProperties()