KDE Bug Tracking System
Home
Report New Wish or Bug
Query Existing Reports
First
Last
Prev
Next
No search results available
Search page
Bug
126374
:
show/hide arrow not shown if all icons are hidden
P
roduct
:
kicker
Co
m
ponent
:
systemtray
Status
:
RESOLVED
Resolution
:
FIXED
Target
:
---
Version
:
unspecified
Pr
i
ority
:
NOR
Severity
:
normal
V
otes
:
0
Description
:
Opened:
2006-04-27 23:00
Last Changed:
2006-04-28 15:07:25
Version: 3.5.2 (using KDE 3.5.2, Kubuntu Package 4:3.5.2-0ubuntu0 breezy) Compiler: Target: i486-linux-gnu OS: Linux (i686) release 2.6.12-10-386 1. set all your system tray icons to hidden 2. restart kde problem: the show/hide arrow is not displayed anymore workaround: unhide and hide one icon expected: show show/hide arrow even if there's no visible systray item
Comment
#1
Aaron J Seigo 2006-04-28 15:07:24
SVN commit 535062 by aseigo: we need to layout the tray every single time since the hide button may not be visible yet. BUG:126374 M +1 -7 systemtrayapplet.cpp --- branches/KDE/3.5/kdebase/kicker/applets/systemtray/systemtrayapplet.cpp #535061:535062 @@ -458,6 +458,7 @@ connect(emb, SIGNAL(embeddedWindowDestroyed()), SLOT(updateTrayWindows())); emb->setMinimumSize(m_iconSize, m_iconSize); + if (shouldHide(w)) { emb->hide(); @@ -777,13 +778,6 @@ iconCount += m_hiddenWins.count(); } - if (iconCount == 0) - { - setUpdatesEnabled(true); - updateGeometry(); - return; - } - /* heightWidth = height or width in pixels (depends on orientation()) * nbrOfLines = number of rows or cols (depends on orientation()) * line = what line to draw an icon in */
P
latform
:
unspecified
O
S
:
Linux
K
eywords
:
U
RL
:
People
Reporter
:
Titus Laska
Assigned To
:
Aaron J Seigo
Related actions
View Bug Activity
Format For Printing
XML
Clone This Bug
Note
You need to
log in
before you can comment on or make changes to this bug.
Attachments
Add an attachment
(proposed patch, testcase, etc.)
Depends on
:
B
locks
:
Show dependency tree
-
Show dependency graph
First
Last
Prev
Next
No search results available
Search page
Actions
Reports
Requests
Reports
Bugs reported today
Bugs reported in the last 3 days
Bug reports with patches
Weekly Bug statistics
The most hated bugs
The most severe bugs
The most frequently reported bugs
The most wanted features
Junior Jobs
Report ownership counts and charts
My Account
New Account
Log In