fix: fixed white flash on call to BrowserWindow.show (#48560)
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
41721fc82e
commit
be4805afdd
3 changed files with 17 additions and 3 deletions
|
|
@ -67,6 +67,8 @@ class BrowserWindow : public BaseWindow,
|
|||
void SetBackgroundMaterial(const std::string& material) override;
|
||||
void OnWindowShow() override;
|
||||
void OnWindowHide() override;
|
||||
void Show() override;
|
||||
void ShowInactive() override;
|
||||
|
||||
// BrowserWindow APIs.
|
||||
void FocusOnWebView();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue