mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
set ChatLine::isVisible to true
This commit is contained in:
parent
ebebde1b09
commit
7ec54c972c
|
@ -102,7 +102,7 @@ private:
|
|||
qreal width = 100.0;
|
||||
qreal columnSpacing = 15.0;
|
||||
QRectF bbox;
|
||||
bool isVisible = false;
|
||||
bool isVisible = true;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user