CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/text/fmt/xp/fl_TableLayout.cpp CVS: src/text/fmt/xp/fp_TableContainer.cpp CVS: src/text/fmt/xp/fv_View.cpp src/text/ptbl/xp/pd_Document.cpp CVS: src/text/ptbl/xp/pt_PieceTable.cpp CVS: ---------------------------------------------------------------------- Fix some issues with nested tables.
If you dragged a table column marker after a nested table, the changed column manipulated the nested table not the containing one as desied. This commit fixes this by making getStruxOfType return the table or cell that contains point and not just th first table or cell. Cheers Martin
