Browse Source

set ChatLine::isVisible to true

pull/974/head
krepa098 11 years ago
parent
commit
7ec54c972c
  1. 2
      src/chatlog/chatline.h

2
src/chatlog/chatline.h

@ -102,7 +102,7 @@ private:
qreal width = 100.0; qreal width = 100.0;
qreal columnSpacing = 15.0; qreal columnSpacing = 15.0;
QRectF bbox; QRectF bbox;
bool isVisible = false; bool isVisible = true;
}; };

Loading…
Cancel
Save