Closed workhorsy closed 7 years ago
We are not handling newlines with the DLangUI messagebox.
auto dialog = new MessageBox("Bug example", "one\ntwo\nthree", IconType.Warning);
looks like we can change the TextWidget to a MultilineTextWidget
We are not handling newlines with the DLangUI messagebox.