mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Don't change filetype to PNG while trying to invoke callback
This commit is contained in:
@@ -184,9 +184,11 @@ namespace renderdocui.Windows.Dialogs
|
||||
mapSlicesToGrid.Checked = true;
|
||||
}
|
||||
|
||||
FileType selectedType = saveData.destType;
|
||||
|
||||
fileFormat.SelectedIndex = 0;
|
||||
fileFormat.SelectedIndex = 1;
|
||||
fileFormat.SelectedIndex = (int)saveData.destType;
|
||||
fileFormat.SelectedIndex = (int)selectedType;
|
||||
|
||||
if(saveData.alpha == AlphaMapping.Discard)
|
||||
alphaMap.SelectedIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user