While they use the same base dialog, the control for entering text is different. We implement the Shift-Enter CharHook just for the multi-line textbox as wxWidgets should handle it for everything else (and does at least on OSX).
I've changed the code to apply the CharHook everywhere in that dialog. This may (or may not) fix the bugs on GTK and MSW.
While they use the same base dialog, the control for entering text is different. We implement the Shift-Enter CharHook just for the multi-line textbox as wxWidgets should handle it for everything else (and does at least on OSX).
I've changed the code to apply the CharHook everywhere in that dialog. This may (or may not) fix the bugs on GTK and MSW.