2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Dropdown replaced by Ui::DropdownMenu. ScrolledWidget removed.

Ui::DropdownMenu is like Ui::PopupMenu, both based on Ui::Menu.
This commit is contained in:
John Preston
2016-10-26 19:43:13 +03:00
parent 140e6d6268
commit 6e33f039b2
104 changed files with 2688 additions and 2308 deletions

View File

@@ -39,6 +39,7 @@ class Panel;
namespace Ui {
class PeerAvatarButton;
class PlainShadow;
class DropdownMenu;
} // namespace Ui
namespace Window {
@@ -56,7 +57,6 @@ class DialogsWidget;
class HistoryWidget;
class OverviewWidget;
class HistoryHider;
class Dropdown;
enum StackItemType {
HistoryStackItem,
@@ -609,7 +609,7 @@ private:
int _playerHeight = 0;
int _contentScrollAddToY = 0;
ChildWidget<Dropdown> _mediaType;
ChildWidget<Ui::DropdownMenu> _mediaType;
int32 _mediaTypeMask = 0;
int32 updDate = 0;