Kaydet (Commit) 9d4c1cd6 authored tarafından Armin Le Grand's avatar Armin Le Grand Kaydeden (comit) Michael Meeks

Related: #i122072# map SID_ATTR_LINE_START and SID_ATTR_LINE_END...

...to the correct GetState method GetDrawAttrState

(cherry picked from commit 6c248d4f)

Change-Id: I08636bf35dbcacf2b34fca94be3f8867e2092981
üst 42b40478
......@@ -31,14 +31,14 @@ interface TextDraw : TextDrawBase
SID_ATTR_LINE_START
[
ExecMethod = ExecDrawAttrArgs ;
StateMethod = DisableState ;
StateMethod = GetDrawAttrState ;
Export = FALSE;
]
SID_ATTR_LINE_END
[
ExecMethod = ExecDrawAttrArgs ;
StateMethod = DisableState ;
StateMethod = GetDrawAttrState ;
Export = FALSE;
]
......
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