XusinboyBekchanov / MyFbFramework

My FreeBasic Framework
Other
64 stars 18 forks source link

Dark/Light mode issue of ComboBoxEx #190

Closed chunmingwang closed 1 week ago

chunmingwang commented 1 week ago

The problem reproduction method is as follows:

  1. Run FileBrowser in Examples.
  2. Click the minimize button of the FileBrowser window to minimize the window.
  3. Click FileBrowser in the taskbar to restore the window.
  4. It can be seen that the ComboBoxEx control in the address bar of the following FileBrowser is displayed abnormally.

1725589903697

Please take a look at this issue.

XusinboyBekchanov commented 1 week ago

Does this fix it? https://github.com/XusinboyBekchanov/MyFbFramework/commit/a48cef2130e9c4594b90712f18ce7cfc1d7513a7

chunmingwang commented 1 week ago

I have tested it, the issue above has been resolved. Thanks.