[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kspread/ui
From:       Marijn Kruisselbrink <m.kruisselbrink () student ! tue ! nl>
Date:       2010-09-22 10:48:24
Message-ID: 20100922104824.D0DCEAC894 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1178191 by mkruisselbrink:

don't truncate rotated text, even if it does not fit entirely in the cell

 M  +3 -0      CellView.cpp  


--- trunk/koffice/kspread/ui/CellView.cpp #1178190:1178191
@@ -1397,6 +1397,9 @@
     if (style().wrapText() || d->richText) {
         // For wrapping text and richtext always draw all text
         return d->displayText;
+    } else if (style().angle() != 0) {
+        // Rotated text, return all text
+        return d->displayText;
     } else if (!style().verticalText()) {
         // Non-vertical text: the ordinary case.
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic