Bug 163267

Summary: right after sending message the emoticon has weird border in chat window, after second message it's ok
Product: [Applications] kopete Reporter: Cyrill Helg <phlogi1>
Component: generalAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: see the difference between both of the emoticons

Description Cyrill Helg 2008-06-05 13:54:49 UTC
Version:           0.50.80 (using 4.00.81 (KDE 4.0.81 >= 20080527), Gentoo)
Compiler:          i686-pc-linux-gnu-gcc
OS:                Linux (i686) release 2.6.24-zen4-IBM-T43

It happens with different emoticon themes. The screenshot should explain it.
Comment 1 Cyrill Helg 2008-06-05 13:55:37 UTC
Created attachment 25136 [details]
see the difference between both of the emoticons
Comment 2 Roman Jarosz 2008-06-05 13:58:58 UTC
Can confirm it with different style and emoticons.
Comment 3 Roman Jarosz 2008-06-05 23:12:05 UTC
SVN commit 817364 by rjarosz:

Frame around not completely loaded image should be painted
with width-1 (height-1) because frame pen has 1 pixel width and
the pen width is added to the frame width.

Fixes 1 pixel border around emoticons in Kopete.
BUG: 163267



 M  +1 -1      render_image.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=817364
Comment 4 Roman Jarosz 2008-06-05 23:31:31 UTC
SVN commit 817373 by rjarosz:

Backport commit 817364.

Fixes 1 pixel border around emoticons in Kopete.

CCBUG: 163267



 M  +1 -1      render_image.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=817373