GUI: colorize macro speed/delay button if used
This commit is contained in:
parent
5a688c58cb
commit
80013089a2
|
@ -1802,7 +1802,9 @@ void FurnaceGUI::drawMacroEdit(FurnaceGUIMacroDesc& i, int totalFit, float avail
|
||||||
}
|
}
|
||||||
|
|
||||||
#define BUTTON_TO_SET_PROPS(_x) \
|
#define BUTTON_TO_SET_PROPS(_x) \
|
||||||
|
pushToggleColors(_x.macro->speed!=1 || _x.macro->delay); \
|
||||||
ImGui::Button(ICON_FA_ELLIPSIS_H "##IMacroSet"); \
|
ImGui::Button(ICON_FA_ELLIPSIS_H "##IMacroSet"); \
|
||||||
|
popToggleColors(); \
|
||||||
if (ImGui::IsItemHovered()) { \
|
if (ImGui::IsItemHovered()) { \
|
||||||
ImGui::SetTooltip("Delay/Step Length"); \
|
ImGui::SetTooltip("Delay/Step Length"); \
|
||||||
} \
|
} \
|
||||||
|
|
Loading…
Reference in a new issue