implement sort orders
This commit is contained in:
parent
9e8d344a89
commit
3d6f9b4723
4 changed files with 38 additions and 4 deletions
|
|
@ -33,10 +33,6 @@ void FurnaceGUI::drawPatManager() {
|
|||
unsigned char isUsed[DIV_MAX_PATTERNS];
|
||||
bool isNull[DIV_MAX_PATTERNS];
|
||||
if (ImGui::Begin("Pattern Manager",&patManagerOpen,globalWinFlags)) {
|
||||
ImGui::Text("Global Tasks:");
|
||||
|
||||
ImGui::SameLine();
|
||||
|
||||
if (ImGui::Button("De-duplicate patterns")) {
|
||||
e->lockEngine([this]() {
|
||||
e->curSubSong->optimizePatterns();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue