More updating fixes
This commit is contained in:
parent
b231df5d15
commit
b8cb80727a
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -87,6 +87,7 @@ namespace Switch_Toolbox.Library.Forms
|
||||
private void OnPropertyEditorChanged()
|
||||
{
|
||||
imageEditor.UpdateMipDisplay();
|
||||
LibraryGUI.Instance.UpdateViewport();
|
||||
}
|
||||
|
||||
public void UpdateProperties()
|
||||
|
Loading…
Reference in New Issue
Block a user