XusinboyBekchanov / VisualFBEditor

IDE for FreeBasic
Other
176 stars 39 forks source link

Form Desinger Toolbar turn to black #595

Closed chunmingwang closed 10 months ago

chunmingwang commented 10 months ago

Problem phenomenon

image

Problem reproduction method

  1. open Example\MDIForm\MDIForm.vfp
  2. open MDIMain.frm - Toolbar normal
  3. open MDIList.frm
  4. click the tab to swith designer between MDIMain and MDIList
  5. discovered the issue of the toolbar turning black

toolbarblack

XusinboyBekchanov commented 10 months ago

Try with the latest changes, this only happened with the 64-bit version, I don't have that problem now.

chunmingwang commented 10 months ago

Thanks for reply.

Add more information on my environment for reference.

  1. I am using vfbe64, Windows [Version 10.0.19045.3930].
  2. vfbe and mff are compile with FreeBASIC-1.10.1-winlibs-gcc-9.3.0.
  3. vfbe32 doesn't have this issue.
XusinboyBekchanov commented 10 months ago

Fixed: Form Designer Toolbar turn to black: https://github.com/XusinboyBekchanov/VisualFBEditor/commit/ce836abb2fbdffc7c7df1f420edd1b126310bccd

chunmingwang commented 10 months ago

Thanks!