Commit 3375be62 authored by SergeyLuzyanin's avatar SergeyLuzyanin

fix Bug 35676

parent 87e2adb7
......@@ -1972,6 +1972,7 @@ CUniColor.prototype =
}
case c_oAscColor.COLOR_TYPE_SYS:
{
_ret.color = new CSysColor();
if(unicolor.color.id == this.color.id)
{
_ret.color.id = this.color.id;
......
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