mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 22:55:11 +00:00
Fix build with GCC.
This commit is contained in:
@@ -1689,7 +1689,6 @@ void HistoryInner::mouseActionStart(const QPoint &screenPos, Qt::MouseButton but
|
|||||||
if (uponSelected) {
|
if (uponSelected) {
|
||||||
_mouseAction = MouseAction::PrepareDrag; // start text drag
|
_mouseAction = MouseAction::PrepareDrag; // start text drag
|
||||||
} else if (!_pressWasInactive) {
|
} else if (!_pressWasInactive) {
|
||||||
const auto media = Element::Pressed()->media();
|
|
||||||
if (_mouseCursorState == CursorState::Date) {
|
if (_mouseCursorState == CursorState::Date) {
|
||||||
_mouseAction = MouseAction::PrepareDrag; // start sticker drag or by-date drag
|
_mouseAction = MouseAction::PrepareDrag; // start sticker drag or by-date drag
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user