first successfull attempt to visualize selection on message body

This commit is contained in:
Blue 2022-05-01 23:19:52 +03:00
parent c3a45ec58c
commit 0340db7f2f
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
4 changed files with 92 additions and 42 deletions

View file

@ -99,7 +99,10 @@ private:
QFont dividerFont;
QFontMetrics dividerMetrics;
bool mousePressed;
bool dragging;
bool anchorHovered;
QPoint dragStartPoint;
QPoint dragEndPoint;
static const std::set<int> geometryChangingRoles;