Commit 99b37b23 authored by Dylan Smith's avatar Dylan Smith Committed by Alexandre Julliard

richedit: Silence fixme for WM_STYLECHANGING & WM_STYLECHANGED.

parent 91ef7037
...@@ -141,8 +141,8 @@ ...@@ -141,8 +141,8 @@
+ WM_PASTE + WM_PASTE
+ WM_SETFONT + WM_SETFONT
+ WM_SETTEXT (resets undo stack !) (proper style?) ANSI&Unicode + WM_SETTEXT (resets undo stack !) (proper style?) ANSI&Unicode
- WM_STYLECHANGING + WM_STYLECHANGING (seems to do nothing)
- WM_STYLECHANGED (things like read-only flag) + WM_STYLECHANGED (seems to do nothing)
+ WM_UNICHAR + WM_UNICHAR
+ WM_VSCROLL + WM_VSCROLL
...@@ -2997,8 +2997,6 @@ LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam, ...@@ -2997,8 +2997,6 @@ LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
UNSUPPORTED_MSG(EM_SETTABSTOPS) UNSUPPORTED_MSG(EM_SETTABSTOPS)
UNSUPPORTED_MSG(EM_SETTYPOGRAPHYOPTIONS) UNSUPPORTED_MSG(EM_SETTYPOGRAPHYOPTIONS)
UNSUPPORTED_MSG(EM_SETWORDBREAKPROCEX) UNSUPPORTED_MSG(EM_SETWORDBREAKPROCEX)
UNSUPPORTED_MSG(WM_STYLECHANGING)
UNSUPPORTED_MSG(WM_STYLECHANGED)
/* Messages specific to Richedit controls */ /* Messages specific to Richedit controls */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment