GUI: possibly improved sample zooming

sorry I dropped the compact mode because I am making the toolbar dynamic
soon...
This commit is contained in:
tildearrow 2022-11-23 03:17:04 -05:00
parent ca204e6d69
commit e21040169f
4 changed files with 582 additions and 1126 deletions

View file

@ -1540,11 +1540,6 @@ void FurnaceGUI::drawSettings() {
settings.waveLayout=waveLayoutB;
}
bool sampleLayoutB=settings.sampleLayout;
if (ImGui::Checkbox("Use compact sample editor",&sampleLayoutB)) {
settings.sampleLayout=sampleLayoutB;
}
bool oldMacroVSliderB=settings.oldMacroVSlider;
if (ImGui::Checkbox("Use classic macro editor vertical slider",&oldMacroVSliderB)) {
settings.oldMacroVSlider=oldMacroVSliderB;