fix: fixed white flash on call to BrowserWindow.show (#48559)
Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Cezary Kulakowski <cezary@openfin.co>
This commit is contained in:
parent
3e12da8ed1
commit
2243a25192
3 changed files with 17 additions and 3 deletions
|
|
@ -104,8 +104,8 @@ class BaseWindow : public gin_helper::TrackableObject<BaseWindow>,
|
|||
virtual void Focus();
|
||||
virtual void Blur();
|
||||
bool IsFocused() const;
|
||||
void Show();
|
||||
void ShowInactive();
|
||||
virtual void Show();
|
||||
virtual void ShowInactive();
|
||||
void Hide();
|
||||
bool IsVisible() const;
|
||||
bool IsEnabled() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue