commit 67f6653d92079e109121a0dc8e1bfcec2d4250bf parent 57d22c0f9bef3e4e52173319501fc896a3292c6c Author: cfillion <cfillion@users.noreply.github.com> Date: Tue, 24 Jan 2023 13:33:26 -0500 fix display of emoji sequences using ZWJ in text fields DS_SHELLFONT implies DS_FIXEDSYS See reaper-oss/sws#1725 Diffstat:
M | src/resource.hpp | | | 5 | ++--- |
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/resource.hpp b/src/resource.hpp @@ -28,9 +28,8 @@ # define PBS_MARQUEE 0 #endif -#define DIALOG_STYLE \ - DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_SYSMENU | WS_CAPTION -#define DIALOG_FONT 8, "MS Shell Dlg" +#define DIALOG_STYLE DS_MODALFRAME | WS_POPUP | WS_SYSMENU | WS_CAPTION +#define DIALOG_FONT 8, "MS Shell Dlg" #define IDAPPLY 0x3021