Commit 0206e889 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

error color fill handle border

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@52064 954022d7-b5bf-4e40-9824-e11837661b57
parent f9967075
...@@ -200,7 +200,7 @@ ...@@ -200,7 +200,7 @@
new CColor(107, 214, 0), new CColor(0, 214, 53), new CColor(0, 214, 214), new CColor(107, 214, 0), new CColor(0, 214, 53), new CColor(0, 214, 214),
new CColor(107, 0, 214), new CColor(214, 0, 160)]; new CColor(107, 0, 214), new CColor(214, 0, 160)];
// Цвет заливки границы выделения области автозаполнения // Цвет заливки границы выделения области автозаполнения
this.fillHandleBorderColorSelect = new CColor(255, 255, 0, 1); this.fillHandleBorderColorSelect = new CColor(255, 255, 255, 1);
return this; return this;
} }
......
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