2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Fix check for _mouseSelection flag in dialogs.

Fixes #3781.
This commit is contained in:
John Preston
2017-08-15 18:16:46 +03:00
parent 81fb32504b
commit 0303f18ac6
2 changed files with 6 additions and 3 deletions

View File

@@ -223,6 +223,7 @@ private:
DialogsList _contacts;
bool _mouseSelection = false;
QPoint _mouseLastGlobalPosition;
Qt::MouseButton _pressButton = Qt::LeftButton;
std::unique_ptr<ImportantSwitch> _importantSwitch;