all repos — openbox @ e7bb906637f2b1b62b81950c99ab49443ba815f5

openbox fork - make it a bit more like ryudo

show all children on show()
Dana Jansens danakj@orodu.net
commit

e7bb906637f2b1b62b81950c99ab49443ba815f5

parent

70eb03ad50e1a71fd64c8cb1ebabbff311850553

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

jump to
M otk/appwidget.ccotk/appwidget.cc

@@ -36,7 +36,7 @@ }

void OtkAppWidget::show(void) { - OtkWidget::show(); + OtkWidget::show(true); _application->_appwidget_count++; }