i will release 0.4.6 to fix clipboard bug first

This commit is contained in:
tildearrow 2022-01-21 03:45:59 -05:00
parent 5fcb83a7f5
commit f5b71e35b1
1 changed files with 3 additions and 0 deletions

View File

@ -835,6 +835,8 @@ void FurnaceGUI::drawInsEdit() {
ImGui::EndTabItem();
}
if (ImGui::BeginTabItem("Macros (FM)")) {
ImGui::Text("NOTE: Does not work yet!");
ImGui::Text("0.4.6 was released due to a clipboard bug.");
ImGui::EndTabItem();
}
char label[32];
@ -844,6 +846,7 @@ void FurnaceGUI::drawInsEdit() {
snprintf(label,31,"Macros (OP%d)",i+1);
if (ImGui::BeginTabItem(label)) {
ImGui::PushID(i);
ImGui::Text("NOTE: Does not work yet!");
ImGui::Columns(2,NULL,false);
ImGui::SetColumnWidth(-1,128.0f*dpiScale);
ImGui::NextColumn();