diff --git a/src/studio/ui/QGrid.java b/src/studio/ui/QGrid.java index 8ab9efd8..ff11df97 100755 --- a/src/studio/ui/QGrid.java +++ b/src/studio/ui/QGrid.java @@ -242,7 +242,8 @@ private void copy(int row, int col) { int type = b.getType(); if ( (type >= -19 && type <= -1) || (type >= 101 && type <= 103 ) || - type == 10 ) { + type == 10 || + type == 4) { //@TODO: we shouldn't duplicate the logic here. KFormatContext formatContextForCell = new KFormatContext(formatContext);