2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45: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

@@ -30,10 +30,10 @@ class IndexedList;
namespace Ui {
class RoundButton;
class PopupMenu;
} // namespace Ui
class MainWidget;
class PopupMenu;
enum DialogsSearchRequestType {
DialogsSearchFromStart,
@@ -230,7 +230,7 @@ private:
PeerData *_menuPeer = nullptr;
PeerData *_menuActionPeer = nullptr;
PopupMenu *_menu = nullptr;
Ui::PopupMenu *_menu = nullptr;
};