Kaydet (Commit) 6c248d4f authored tarafından Armin Le Grand's avatar Armin Le Grand

122072 map SID_ATTR_LINE_START and SID_ATTR_LINE_END to the correct GetState…

122072 map SID_ATTR_LINE_START and SID_ATTR_LINE_END to the correct GetState method GetDrawAttrState
üst e9b32f69
......@@ -36,14 +36,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