Commit 2e8c1471 authored by Igor.Zotov's avatar Igor.Zotov
parent d4b6d921
......@@ -1148,7 +1148,7 @@ var gUndoInsDelCellsFlag = true;
var x2 = button.x + width;
var y1 = button.y;
var y2 = button.y + height;
if (x >= x1 && x <= x2 && y >= y1 && y <= y2 && y1 >= offset.top && x1 >= offset.left) {
if (x >= x1 && x <= x2 && y >= y1 && y <= y2 /*&& y1 >= offset.top && x1 >= offset.left*/) {
return {id: i, target: c_oTargetType.FilterObject, col: -1, row: -1};
}
}
......
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