mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
some namespaces reorganized, author photo display added to wide mode (where messages are centered), version 0.9.20.dev
This commit is contained in:
@@ -271,7 +271,7 @@ public:
|
||||
void animShow(const QPixmap &oldAnimCache, const QPixmap &bgAnimTopBarCache, bool back = false, int32 lastScrollTop = -1);
|
||||
void step_show(float64 ms, bool timer);
|
||||
|
||||
void updateWideMode();
|
||||
void updateAdaptiveLayout();
|
||||
void doneShow();
|
||||
|
||||
void mediaOverviewUpdated(PeerData *peer, MediaOverviewType type);
|
||||
@@ -297,7 +297,7 @@ public:
|
||||
resizeEvent(0);
|
||||
}
|
||||
void grabFinish() {
|
||||
_sideShadow.setVisible(cWideMode());
|
||||
_sideShadow.setVisible(!Adaptive::OneColumn());
|
||||
_inGrab = false;
|
||||
resizeEvent(0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user