Bug 162727 - locking plasma widgets cut left side of the panel
Summary: locking plasma widgets cut left side of the panel
Status: RESOLVED FIXED
Alias: None
Product: plasma4
Classification: Plasma
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-28 01:20 UTC by Fabrizio Di Marco
Modified: 2008-05-29 23:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Fabrizio Di Marco 2008-05-28 01:20:44 UTC
Version:           sconosciuto (using 4.00.81 (KDE 4.0.81 >= 20080527, compiled sources)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.24-17-generic

When i lock widgets on desktop or unlock them, the kde panel positioned in central position gets cutted in the left side.To have a "not cutted" panel, i have to resize it by right clicking on it and calling panel settings.
Comment 1 Fabrizio Di Marco 2008-05-28 12:50:10 UTC
i have a bad behaviour even when changing plasma theme. All widgets on panel are shifted to left.
Comment 2 Marco Martin 2008-05-29 13:30:19 UTC
hmm, can't reproduce here, can you provide a screenshot?
Comment 3 Fabrizio Di Marco 2008-05-29 13:44:08 UTC
Here tho screenshots:

Normal panel:

http://hotbird.netsons.org/images/snapshot5.png

After i lock widgets:

http://hotbird.netsons.org/images/snapshot6.png
Comment 4 Jonas Mueller 2008-05-29 20:51:37 UTC
I can confirm this, using the same version as above. It works everytime I lock my widgets.
Comment 5 Marco Martin 2008-05-29 21:07:52 UTC
SVN commit 814254 by mart:

fetch the geometry from the view: unfortunately another place the view
must be accessed, but it's the only way to notice when we need left
border :(
BUG: 162727


 M  +3 -1      panel.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=814254
Comment 6 Fabrizio Di Marco 2008-05-29 22:30:50 UTC
ok commit 814254 of panel.cpp fixes the problem, but bad behaviour when changing plasma theme ( all widgets on panel are shifted to left ) remains. If i lock widgets after changing the theme, all come back to normality...
Comment 7 Fabrizio Di Marco 2008-05-29 23:08:36 UTC
ok mart, i have tested your last commit now (panel.cpp rv.814288) all seems ok for me. Thanks!