Skip to content

Commit

Permalink
Fixed right text flashing in listbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorAU committed Nov 8, 2020
1 parent a44a427 commit 19193c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion addon/systems/displayListbox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class CAU_UserInputMenus_displayListbox {
class list: CAU_UserInputMenus_ctrlListbox {
idc=IDC_INPUT;
size=PX_HA(SIZE_M);
period=0;

x=CENTER_XA(DIALOG_W) + PX_WA(2);
y=CENTER_YA(DIALOG_H) + PX_HA(SIZE_M) + PX_HA(2);
Expand All @@ -64,4 +65,4 @@ class CAU_UserInputMenus_displayListbox {
x=CENTER_XA(DIALOG_W) + PX_WA(DIALOG_W) - PX_WA((SIZE_M*6)) - PX_WA(1);
};
};
};
};
3 changes: 2 additions & 1 deletion addon/systems/displayListboxMulti.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class CAU_UserInputMenus_displayListboxMulti {
idc=IDC_INPUT;
size=PX_HA(SIZE_M);
style="0x10 + 0x20";
period=0;

x=CENTER_XA(DIALOG_W) + PX_WA(2);
y=CENTER_YA(DIALOG_H) + PX_HA(SIZE_M) + PX_HA(2);
Expand All @@ -65,4 +66,4 @@ class CAU_UserInputMenus_displayListboxMulti {
x=CENTER_XA(DIALOG_W) + PX_WA(DIALOG_W) - PX_WA((SIZE_M*6)) - PX_WA(1);
};
};
};
};

0 comments on commit 19193c6

Please sign in to comment.