all repos — fluxbox @ ce36978e76a6c742e419b21cf2efd7becf25d0fb

custom fork of the fluxbox windowmanager

fixed autohide bug
fluxgen fluxgen
commit

ce36978e76a6c742e419b21cf2efd7becf25d0fb

parent

9125f5944292cc85eb7af343218af8d4e67b443a

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

jump to
M src/Slit.ccsrc/Slit.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: Slit.cc,v 1.85 2003/12/18 20:56:18 fluxgen Exp $ +// $Id: Slit.cc,v 1.86 2003/12/20 19:10:49 fluxgen Exp $ #include "Slit.hh"

@@ -796,6 +796,8 @@ } // end for

if (doAutoHide() && !isHidden() && !m_timer.isTiming()) m_timer.start(); + else if (!doAutoHide() && isHidden()) + toggleHidden(); // restore visible m_slitmenu.reconfigure(); updateClientmenu();