the rest of the add colors
This commit is contained in:
parent
0dbe1b401f
commit
19f7376337
5 changed files with 15 additions and 1 deletions
|
|
@ -106,10 +106,12 @@ void FurnaceGUI::drawOrderButtons() {
|
|||
buttonColumns++;
|
||||
}
|
||||
|
||||
pushAddColor();
|
||||
if (ImGui::Button(ICON_FA_PLUS)) { handleUnimportant
|
||||
// add order row (new)
|
||||
doAction(GUI_ACTION_ORDERS_ADD);
|
||||
}
|
||||
popAddColor();
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip("Add new order");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue