mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-07 07:09:57 +00:00
Merge branch 'master' of https://github.com/telegramdesktop/tdesktop into dev
This commit is contained in:
commit
79b2035b0d
@ -105,4 +105,4 @@ The source code is published under GPL v3, the license is available [here][licen
|
||||
[msvc]: MSVC.md
|
||||
[xcode]: XCODE.md
|
||||
[xcode_old]: XCODEold.md
|
||||
[qtcreator]: qtcreator.md
|
||||
[qtcreator]: QTCREATOR.md
|
||||
|
@ -3360,6 +3360,7 @@ void HistoryWidget::updateControlsVisibility() {
|
||||
_cmdStart.hide();
|
||||
_attachType.hide();
|
||||
_emojiPan.hide();
|
||||
_kbScroll.hide();
|
||||
if (!_field.isHidden()) {
|
||||
_field.hide();
|
||||
resizeEvent(0);
|
||||
|
@ -1580,7 +1580,7 @@ void Window::notifyUpdateAllPhotos() {
|
||||
(*i)->updatePeerPhoto();
|
||||
}
|
||||
}
|
||||
if (_mediaView) _mediaView->updateControls();
|
||||
if (_mediaView && !_mediaView->isHidden()) _mediaView->updateControls();
|
||||
}
|
||||
|
||||
void Window::notifyUpdateAll() {
|
||||
|
Loading…
Reference in New Issue
Block a user