Merge branch 'tildearrow:master' into master
This commit is contained in:
commit
1d14ca2d88
12 changed files with 39 additions and 74 deletions
|
|
@ -1257,6 +1257,8 @@ 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue