Disable by default until it's finished
This commit is contained in:
parent
9cb712cf12
commit
f351f30eb7
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -116,7 +116,7 @@ namespace Switch_Toolbox.Library.Forms
|
||||
public bool HasGreenChannel = true;
|
||||
public bool HasAlphaChannel = true;
|
||||
|
||||
public bool UseComponetSelector = true;
|
||||
public bool UseComponetSelector = false;
|
||||
|
||||
ImagePropertiesEditor propertiesEditor;
|
||||
|
||||
@ -160,6 +160,8 @@ namespace Switch_Toolbox.Library.Forms
|
||||
{
|
||||
InitializeComponent();
|
||||
|
||||
componentSelector.Checked = UseComponetSelector;
|
||||
|
||||
propertiesEditor = new ImagePropertiesEditor();
|
||||
propertiesEditor.Dock = DockStyle.Fill;
|
||||
|
||||
@ -1066,6 +1068,7 @@ namespace Switch_Toolbox.Library.Forms
|
||||
private void componentSelector_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
UseComponetSelector = componentSelector.Checked;
|
||||
UpdateMipDisplay();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user