diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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 | |||