GUI: another usability improvement

instrument list focused first if it is tabbed when starting program
This commit is contained in:
tildearrow 2022-03-05 02:28:03 -05:00
parent 23431323e2
commit 227006a124
1 changed files with 4 additions and 4 deletions

View File

@ -5135,12 +5135,12 @@ bool FurnaceGUI::loop() {
drawEditControls();
drawSongInfo();
drawOrders();
drawInsList();
drawInsEdit();
drawWaveList();
drawWaveEdit();
drawSampleList();
drawSampleEdit();
drawWaveList();
drawWaveEdit();
drawInsList();
drawInsEdit();
drawMixer();
drawOsc();
drawVolMeter();