This commit is contained in:
tildearrow 2022-04-12 23:03:24 -05:00
parent ff75c7fe01
commit aab7cf2512
1 changed files with 0 additions and 2 deletions

View File

@ -1257,8 +1257,6 @@ if (ImGui::BeginTable("MacroSpace",2)) { \
#define CENTER_VSLIDER \
ImGui::SetCursorPosX(ImGui::GetCursorPosX()+0.5f*ImGui::GetContentRegionAvail().x-10.0f*dpiScale);
// TODO:
// - add right click line draw in macro editor
void FurnaceGUI::drawInsEdit() {
if (nextWindow==GUI_WINDOW_INS_EDIT) {
insEditOpen=true;