hi
BackgroundImageFileName property is lost for when SplitSelectedCellsHorizontally or SplitSelectedCellsVertically functions are used.
adding PropList.AddObject('BackgroundImageFileName', TObject(SourceCell.BackgroundImageFileName));
in TRVTableItemInfo.AssignCellAttributes fixed the problem for me
miro
BackgroundImageFileName
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
It's not as simple as that.
It's assumed that PropList contains information about integer properties. Undoing such operation may crash the problem.
A proper fix for this problem includes adding several new methods of RVData and table, and a couple of new undo item classes.
I have these changes in my copy of TRichView.
It's assumed that PropList contains information about integer properties. Undoing such operation may crash the problem.
A proper fix for this problem includes adding several new methods of RVData and table, and a couple of new undo item classes.
I have these changes in my copy of TRichView.