aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-19 03:59:56 (GMT)
committerrathnor <rathnor>2003-07-19 03:59:56 (GMT)
commita827c24e36aa3cf42566fe44dde5848df7679d14 (patch)
treec92a16e1fa0eab7feb6c5f0caeee5b2e11460443 /BUGS
parent2e3bd41f4e0e5d10c65888b277f944d75938fab8 (diff)
downloadfluxbox-a827c24e36aa3cf42566fe44dde5848df7679d14.zip
fluxbox-a827c24e36aa3cf42566fe44dde5848df7679d14.tar.bz2
fix alpha setting for menus when multiple screens by moving from static in menu
to part of MenuTheme
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS8
1 files changed, 5 insertions, 3 deletions
diff --git a/BUGS b/BUGS
index ae9fbc3..edb347f 100644
--- a/BUGS
+++ b/BUGS
@@ -5,9 +5,6 @@ BUGS:
5 * Remember menu sometimes isn't present in window menu. Probably need 5 * Remember menu sometimes isn't present in window menu. Probably need
6 to add a signal for menu reconfigures (Screen::setupWindowActions) 6 to add a signal for menu reconfigures (Screen::setupWindowActions)
7 7
8 * MenuAlpha (at least) isn't 'per-screen' - takes the value of the
9 highest numbered screen.
10
11 * Window handle is invisible sometimes. 8 * Window handle is invisible sometimes.
12 9
13 * KDE support needs attention (e.g. klipper). 10 * KDE support needs attention (e.g. klipper).
@@ -74,3 +71,8 @@ Fixed bugs (or not-our-fault bugs):
74 => Fixed by reorganising the way ResourceManager works. 71 => Fixed by reorganising the way ResourceManager works.
75 Fluxbox::Layer is used so that we can give some layers names 72 Fluxbox::Layer is used so that we can give some layers names
76 73
74 * MenuAlpha (at least) isn't 'per-screen' - takes the value of the
75 highest numbered screen.
76 => Fixed, moved alpha setting into MenuTheme rather than static value
77
78