Bug 163267 - right after sending message the emoticon has weird border in chat window, after second message it's ok
Summary: right after sending message the emoticon has weird border in chat window, aft...
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-05 13:54 UTC by Cyrill Helg
Modified: 2008-06-05 23:31 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
see the difference between both of the emoticons (11.56 KB, image/png)
2008-06-05 13:55 UTC, Cyrill Helg
Details

Note You need to log in before you can comment on or make changes to this bug.
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