diff options
Diffstat (limited to 'BUGS')
-rw-r--r-- | BUGS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,9 +2,6 @@ Known bugs and missing features that will be fixed in future version: | |||
2 | 2 | ||
3 | BUGS: | 3 | BUGS: |
4 | 4 | ||
5 | * Remember menu sometimes isn't present in window menu. Probably need | ||
6 | to add a signal for menu reconfigures (Screen::setupWindowActions) | ||
7 | |||
8 | * Window handle is invisible sometimes. | 5 | * Window handle is invisible sometimes. |
9 | 6 | ||
10 | * KDE support needs attention (e.g. klipper). | 7 | * KDE support needs attention (e.g. klipper). |
@@ -75,6 +72,10 @@ Fixed bugs (or not-our-fault bugs): | |||
75 | highest numbered screen. | 72 | highest numbered screen. |
76 | => Fixed, moved alpha setting into MenuTheme rather than static value | 73 | => Fixed, moved alpha setting into MenuTheme rather than static value |
77 | 74 | ||
75 | * Remember menu sometimes isn't present in window menu. Probably need | ||
76 | to add a signal for menu reconfigures (Screen::setupWindowActions) | ||
77 | => Fixed, added "ExtraMenus" for windows that get added whenever it | ||
78 | is rebuilt. | ||
78 | 79 | ||
79 | ------------------------------ | 80 | ------------------------------ |
80 | Core dumps and notes | 81 | Core dumps and notes |