GUI: possibly improved sample zooming
sorry I dropped the compact mode because I am making the toolbar dynamic soon...
This commit is contained in:
parent
ca204e6d69
commit
e21040169f
4 changed files with 582 additions and 1126 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue