Implement ClosePopupAt on Windows/Linux
This commit is contained in:
parent
91d1af053f
commit
ce5ac1b056
2 changed files with 5 additions and 1 deletions
|
@ -23,7 +23,7 @@ class MenuViews : public Menu {
|
|||
protected:
|
||||
void PopupAt(
|
||||
Window* window, int x, int y, int positioning_item, bool async) override;
|
||||
void ClosePopupAt(int32_t window_id);
|
||||
void ClosePopupAt(int32_t window_id) override;
|
||||
|
||||
private:
|
||||
std::map<int32_t, std::unique_ptr<views::MenuRunner>> menu_runners_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue