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

List:       kde-commits
Subject:    playground/edu/kanagram/src
From:       Joshua Keel <joshuakeel () gmail ! com>
Date:       2005-07-30 1:13:17
Message-ID: 1122685997.617250.29648.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 440159 by jkeel:

Put mouseover help texts on multiple lines


 M  +2 -1      kanagram.cpp  


--- trunk/playground/edu/kanagram/src/kanagram.cpp #440158:440159
@@ -259,7 +259,8 @@
 	p.setFont(font);
 	p.rotate(-3.29);
 	p.setPen(black);
-	p.drawText(450, 340, text);
+	p.drawText(450, 340, text.section(' ', 0, 0));
+	p.drawText(450, 360, text.section(' ', 1));
 	p.restore();
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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