fix: explorer restart does not recreated thumbnail toolbar buttons (#39551)

fix: explorer restart does not recreated thumbnail toolbar buttons.
This commit is contained in:
tr2-harada 2023-08-21 09:43:49 +09:00 committed by GitHub
parent 95bf9d8adb
commit 9937a2bbe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 0 deletions

View file

@ -318,6 +318,10 @@ class NativeWindowViews : public NativeWindow,
// Controls Overlay if enabled on Windows.
SkColor overlay_button_color_;
SkColor overlay_symbol_color_;
// The message ID of the "TaskbarCreated" message, sent to us when we need to
// reset our thumbar buttons.
UINT taskbar_created_message_ = 0;
#endif
// Handles unhandled keyboard messages coming back from the renderer process.