public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] QT 3.1.2 Thai Complextext Patch
@ 2003-07-21  4:38 Supphachoke Suntiwichaya
  2003-07-21  6:09 ` Patrick Kursawe
  0 siblings, 1 reply; 3+ messages in thread
From: Supphachoke Suntiwichaya @ 2003-07-21  4:38 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

Hi,

    QT 3.1.2 has something incorrect with Thai rendering display.
Mr. /Theppitak Karoonboonyanan <http://linux.thai.net/thep/> / 
(thep@linux.thai.net)'s patch .


----

MrChoke
-------
Linux TLE Team
Thai Linux Distribution

[-- Attachment #2: qt-x11-free-3.1.2-thai-complextext.patch --]
[-- Type: text/plain, Size: 529 bytes --]

diff -Nuar qt-x11-free-3.1.2/src/kernel/qcomplextext.cpp qt-x11-free-3.1.2-complextext/src/kernel/qcomplextext.cpp
--- qt-x11-free-3.1.2/src/kernel/qcomplextext.cpp	2003-04-03 00:22:39.000000000 +0700
+++ qt-x11-free-3.1.2-complextext/src/kernel/qcomplextext.cpp	2003-04-03 00:22:19.000000000 +0700
@@ -855,7 +855,7 @@
 	}
 
 	// combining marks of different class don't interact. Reset the rectangle.
-	if ( cmb != lastCmb ) {
+	if ( eCmb != lastCmb ) {
 	    //qDebug( "resetting rect" );
 	    attachmentRect = baseRect;
 	}


[-- Attachment #3: Type: text/plain, Size: 37 bytes --]

--
gentoo-dev@gentoo.org mailing list

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-22  8:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-21  4:38 [gentoo-dev] QT 3.1.2 Thai Complextext Patch Supphachoke Suntiwichaya
2003-07-21  6:09 ` Patrick Kursawe
2003-07-22  8:57   ` Supphachoke Suntiwichaya

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