mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
HackStudio: Hide autocomplete popup when switching tabs
This commit is contained in:
parent
d4367f42ba
commit
95df712c2e
2 changed files with 4 additions and 1 deletions
|
@ -203,6 +203,7 @@ public:
|
|||
|
||||
bool should_autocomplete_automatically() const { return m_autocomplete_timer; }
|
||||
void set_should_autocomplete_automatically(bool);
|
||||
void hide_autocomplete();
|
||||
|
||||
Optional<u32> const& substitution_code_point() const { return m_substitution_code_point; }
|
||||
void set_substitution_code_point(Optional<u32> code_point);
|
||||
|
@ -320,7 +321,6 @@ private:
|
|||
void try_update_autocomplete(Function<void()> callback = {});
|
||||
void force_update_autocomplete(Function<void()> callback = {});
|
||||
void hide_autocomplete_if_needed();
|
||||
void hide_autocomplete();
|
||||
|
||||
int icon_size() const { return 16; }
|
||||
int icon_padding() const { return 2; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue