mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-03 14:11:11 +00:00
GUI: another usability improvement
instrument list focused first if it is tabbed when starting program
This commit is contained in:
parent
23431323e2
commit
227006a124
1 changed files with 4 additions and 4 deletions
|
@ -5135,12 +5135,12 @@ bool FurnaceGUI::loop() {
|
|||
drawEditControls();
|
||||
drawSongInfo();
|
||||
drawOrders();
|
||||
drawInsList();
|
||||
drawInsEdit();
|
||||
drawWaveList();
|
||||
drawWaveEdit();
|
||||
drawSampleList();
|
||||
drawSampleEdit();
|
||||
drawWaveList();
|
||||
drawWaveEdit();
|
||||
drawInsList();
|
||||
drawInsEdit();
|
||||
drawMixer();
|
||||
drawOsc();
|
||||
drawVolMeter();
|
||||
|
|
Loading…
Reference in a new issue