public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/konsole/files: konsole-4.7.4-ypos.patch
@ 2011-12-28 17:26 Andreas HAttel (dilfridge)
  0 siblings, 0 replies; only message in thread
From: Andreas HAttel (dilfridge) @ 2011-12-28 17:26 UTC (permalink / raw
  To: gentoo-commits

dilfridge    11/12/28 17:26:44

  Added:                konsole-4.7.4-ypos.patch
  Log:
  Fix rendering with qt-4.8, bug 396259
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  kde-base/konsole/files/konsole-4.7.4-ypos.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konsole/files/konsole-4.7.4-ypos.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/konsole/files/konsole-4.7.4-ypos.patch?rev=1.1&content-type=text/plain

Index: konsole-4.7.4-ypos.patch
===================================================================
diff -Naur a/src/TerminalDisplay.cpp b/src/TerminalDisplay.cpp
--- a/src/TerminalDisplay.cpp	2011-10-28 10:44:03.000000000 +0300
+++ b/src/TerminalDisplay.cpp	2011-12-28 02:32:02.686667954 +0200
@@ -718,7 +718,7 @@
         if (_bidiEnabled)
             painter.drawText(rect,0,text);
         else
-            painter.drawText(rect,0,LTR_OVERRIDE_CHAR+text);
+            painter.drawText(rect,Qt::AlignBottom,LTR_OVERRIDE_CHAR+text);
     }
 }
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-28 17:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-28 17:26 [gentoo-commits] gentoo-x86 commit in kde-base/konsole/files: konsole-4.7.4-ypos.patch Andreas HAttel (dilfridge)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox