MSYS2: in examples/hl_assistant.exe and hl_pbar.exe, the progress bar is not visible
vmagnin opened this issue · 2 comments
vmagnin commented
Describe the bug
Under MSYS2, in examples/hl_assistant.exe and hl_pbar.exe, the progress bar is not visible
Your system:
- OS version: MSYS2 / Windows 10 2009
- Compiler version: gfortran 10.3.0
- GTK branch: gtk4
- GTK 4.2.0 & 4.4.0
Additional context
No problem in the gtk3 branch.
See also issue #241
vmagnin commented
It is probably a problem concerning GL and GTK 4 under Windows, as in a VirtualBox without 3D acceleration there is no problem.
Tested with GTK 4.6.1
vmagnin commented
It is a GL problem. I have just installed MSYS2 and gtk-fortran on another Windows 10 machine, and those examples are working fine.