From f5b71e35b1298600d257e201f946600322a60293 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 21 Jan 2022 03:45:59 -0500 Subject: [PATCH] i will release 0.4.6 to fix clipboard bug first --- src/gui/gui.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index a2e45cf96..e6d08b2f4 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -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();