Commit 27010068 authored by GoshaZotov's avatar GoshaZotov

fix bug 32511 - Сортировка ячеек вне фильтрованного диапазона не...

fix bug 32511 - Сортировка ячеек вне фильтрованного диапазона не осуществляется и вызывает ошибку в консоли
parent 39efd96f
......@@ -12229,7 +12229,7 @@
if(null === sortProps)
{
var rgbColor = color ? new RgbColor((color.asc_getR() << 16) + (color.asc_getG() << 8) + color.asc_getB()) : null;
var rgbColor = color ? new AscCommonExcel.RgbColor((color.asc_getR() << 16) + (color.asc_getG() << 8) + color.asc_getB()) : null;
t.setSelectionInfo("sort", type, null, null, rgbColor);
}
else if(false !== sortProps)
......
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