all repos — fluxbox @ 0933da772aa17ab9622404d2d038a9b5048012f2

custom fork of the fluxbox windowmanager

minor raise fix
fluxgen fluxgen
commit

0933da772aa17ab9622404d2d038a9b5048012f2

parent

4ec9bdbee2cfc2f558f6b85c1dae9521595fa353

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M src/FbTk/Menu.ccsrc/FbTk/Menu.cc

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Menu.cc,v 1.21 2003/05/13 00:24:26 fluxgen Exp $ +// $Id: Menu.cc,v 1.22 2003/05/17 10:44:32 fluxgen Exp $ //use GNU extensions #ifndef _GNU_SOURCE

@@ -467,6 +467,8 @@

void Menu::show() { menu.window.showSubwindows(); menu.window.show(); + //!! TODO, this should probably be done explicit if one don't want to raise + raise(); visible = true; if (! m_parent) {