all repos — fluxbox @ 8a4be38909a6f8da19b8ea176e2da5bc96d11607

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

8a4be38909a6f8da19b8ea176e2da5bc96d11607

parent

e56c3c5b448a16a90dc1e518b29afd5c0ee544e8

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

jump to
M src/FbWinFrame.ccsrc/FbWinFrame.cc

@@ -19,7 +19,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: FbWinFrame.cc,v 1.73 2004/01/23 10:37:01 rathnor Exp $ +// $Id: FbWinFrame.cc,v 1.74 2004/01/23 11:04:05 fluxgen Exp $ #include "FbWinFrame.hh"

@@ -439,7 +439,7 @@ m_grip_right.hide();

m_use_handle = false; if (static_cast<signed int>(m_window.height() - m_handle.height() - - m_handle.borderWidth())) { + m_handle.borderWidth()) <= 0) { m_window.resize(m_window.width(), 1); } else { // only take away one borderwidth (as the other border is still the "top" border)