Noticed 2 problems (I'm running 2.50.2 development version on Wine/Ubuntu 22.04)

1. The list of brokers is different if I launch 64-bit version vs 32-bit.
64-bit version contains only "MT4/5 demo" and "Offline". I get more in the 32-bit version.
This is my .desktop file (for staring 64-bit on Ubuntu)
Code
[Desktop Entry]
Name=Zorro64
Exec=env WINEPREFIX="/home/ubuntu/.wine" wine Z:\\\\data\\\\zorro\\\\Zorro64\\\\Zorro64.exe
Type=Application
StartupNotify=true
Path=/data/zorro
Icon=4F45_Zorro.0
StartupWMClass=zorro64.exe

To make 64-bit work I had to install the runtime from Microsoft Visual C++ 2015 Redistributable Update 3 RC

2. UI issue on resizing the window in "Strategy" groupbox (see the screenshot.png). If I click on dropdown boxes they are refreshed and displayed properly afterwards. Same behavior for 32-bit and 64-bit versions.

Attached Files screenshot.png