Show room tooltips when the sidebar is collapsed

remotes/origin/HEAD
Konstantinos Sideris 7 years ago
parent 62d54146a7
commit 21c68c5824
  1. 5
      src/RoomInfoListItem.cc

@ -107,6 +107,11 @@ RoomInfoListItem::resizeEvent(QResizeEvent *)
QPainterPath path;
path.addRect(0, 0, width(), height());
if (width() > ui::sidebar::SmallSize)
setToolTip("");
else
setToolTip(roomName_);
ripple_overlay_->setClipPath(path);
ripple_overlay_->setClipping(true);
}

Loading…
Cancel
Save