workhorsy / d-message-box

A simple message box for the D programming language
Boost Software License 1.0
2 stars 0 forks source link

DLangUI message box does not handle new lines #6

Closed workhorsy closed 7 years ago

workhorsy commented 7 years ago

We are not handling newlines with the DLangUI messagebox.

auto dialog = new MessageBox("Bug example", "one\ntwo\nthree", IconType.Warning);

dlang_line_bug

workhorsy commented 7 years ago

looks like we can change the TextWidget to a MultilineTextWidget