fix: abnormal behavior of windows background material (#47956)
* fix: abnormal behavior of windows background material * chore: update patches --------- Co-authored-by: patchup[bot] <73610968+patchup[bot]@users.noreply.github.com>
This commit is contained in:
parent
6c8dbe4594
commit
c7ae20c4f2
10 changed files with 195 additions and 107 deletions
|
@ -64,6 +64,7 @@ class BrowserWindow : public BaseWindow,
|
|||
void Focus() override;
|
||||
void Blur() override;
|
||||
void SetBackgroundColor(const std::string& color_name) override;
|
||||
void SetBackgroundMaterial(const std::string& material) override;
|
||||
void OnWindowShow() override;
|
||||
void OnWindowHide() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue