Commit 54e66ab2 authored by Ilya Kirillov's avatar Ilya Kirillov

Fix bug #32603 Исправлен баг с неправильной очисткой ячеек после объединения.

parent 90f838ec
...@@ -9816,7 +9816,7 @@ CTable.prototype = ...@@ -9816,7 +9816,7 @@ CTable.prototype =
if ( 0 != Index ) if ( 0 != Index )
{ {
Cell_tl.Content_Merge( Cell.Content ); Cell_tl.Content_Merge( Cell.Content );
Cell.Content.Selection_Remove(); Cell.Content.Clear_Content();
} }
} }
......
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