mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-03 07:56:03 +00:00
Send mouse release event after startSystemMove/startSystemResize
This commit is contained in:
@@ -768,6 +768,11 @@ void PipPanel::startSystemDrag() {
|
|||||||
} else {
|
} else {
|
||||||
widget()->windowHandle()->startSystemMove();
|
widget()->windowHandle()->startSystemMove();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Ui::SendSynteticMouseEvent(
|
||||||
|
widget().get(),
|
||||||
|
QEvent::MouseButtonRelease,
|
||||||
|
Qt::LeftButton);
|
||||||
}
|
}
|
||||||
|
|
||||||
void PipPanel::processDrag(QPoint point) {
|
void PipPanel::processDrag(QPoint point) {
|
||||||
|
@@ -58,7 +58,7 @@ ENV CXXFLAGS $CFLAGS
|
|||||||
FROM builder AS patches
|
FROM builder AS patches
|
||||||
RUN git clone {{ GIT }}/desktop-app/patches.git \
|
RUN git clone {{ GIT }}/desktop-app/patches.git \
|
||||||
&& cd patches \
|
&& cd patches \
|
||||||
&& git checkout 1d72fdb335 \
|
&& git checkout a1b912c90e \
|
||||||
&& rm -rf .git
|
&& rm -rf .git
|
||||||
|
|
||||||
FROM builder AS nasm
|
FROM builder AS nasm
|
||||||
|
Submodule Telegram/lib_ui updated: cf906f14bd...83cab52cd6
Reference in New Issue
Block a user