all repos — fluxbox @ bd878465b9d26368e2f7bd014b1fce59bc5fdcd2

custom fork of the fluxbox windowmanager

fixed shade bug while no tabs and rotated
fluxgen fluxgen
commit

bd878465b9d26368e2f7bd014b1fce59bc5fdcd2

parent

2f19847b98f8c29ae2209aae020eafe17e98bc51

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

jump to
M src/Tab.ccsrc/Tab.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: Tab.cc,v 1.24 2002/04/14 22:27:57 fluxgen Exp $ +// $Id: Tab.cc,v 1.25 2002/04/28 08:49:31 fluxgen Exp $ #include "Tab.hh"

@@ -63,7 +63,8 @@ m_display = Fluxbox::instance()->getXDisplay();

if ((m_win->getScreen()->getTabPlacement() == PLEFT || m_win->getScreen()->getTabPlacement() == PRIGHT) && - m_win->getScreen()->isTabRotateVertical()) { + m_win->getScreen()->isTabRotateVertical() && + !m_win->isShaded()) { m_size_w = m_win->getScreen()->getTabHeight(); m_size_h = m_win->getScreen()->getTabWidth(); } else {