fix for slit direction menu not reconfiguring properly
This commit is contained in:
parent
90e7db977f
commit
5d6413d495
2 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
Changelog for Openbox:
|
||||
|
||||
1.2.0:
|
||||
* fix for slit menu not using the correct style when
|
||||
the style changed. (Ben Jansens)
|
||||
|
||||
* changed the menu from an rcfile option to a command-
|
||||
line option. use 'openbox -menu <file>' to select an
|
||||
alternate menu. The default menu used is
|
||||
|
|
|
@ -800,6 +800,7 @@ void Slitmenu::Directionmenu::setValues() {
|
|||
|
||||
void Slitmenu::Directionmenu::reconfigure() {
|
||||
setValues();
|
||||
Basemenu::reconfigure();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue