XusinboyBekchanov / VisualFBEditor

IDE for FreeBasic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form Desinger Toolbar turn to black

chunmingwang opened this issue · comments

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

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

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.

Fixed: Form Designer Toolbar turn to black:
ce836ab

Thanks!