aaaaaaaaaaaaaaaaaaa
This commit is contained in:
parent
d88a753aba
commit
69962b8e7b
|
@ -3608,6 +3608,14 @@ void FurnaceGUI::drawSettings() {
|
||||||
settingsChanged=true;
|
settingsChanged=true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImGui::BeginDisabled(settings.macroLayout==2);
|
||||||
|
bool autoMacroStepSizeB=settings.autoMacroStepSize;
|
||||||
|
if (ImGui::Checkbox(_("Automatic macro step size/horizontal zoom"),&autoMacroStepSizeB)) {
|
||||||
|
settings.autoMacroStepSize=autoMacroStepSizeB;
|
||||||
|
settingsChanged=true;
|
||||||
|
}
|
||||||
|
ImGui::EndDisabled();
|
||||||
|
|
||||||
// SUBSECTION WAVE EDITOR
|
// SUBSECTION WAVE EDITOR
|
||||||
CONFIG_SUBSECTION(_("Wave Editor"));
|
CONFIG_SUBSECTION(_("Wave Editor"));
|
||||||
bool waveLayoutB=settings.waveLayout;
|
bool waveLayoutB=settings.waveLayout;
|
||||||
|
|
Loading…
Reference in a new issue