Thanks. It's a combination of disabling the splash screen and choosing a user interface language other than English that produces this problem.
- You can reset QCAD 3 by deleting its configuration file at:
- Code: Select all
C:\Documents and Settings\yourname\Application Data\RibbonSoft\QCAD3.ini
or
- Edit this same configuration file to change the language back to English:
- Code: Select all
[Language]
UiLanguage=en
or
- Force the language to English using the command line argument -locale:
- Code: Select all
qcad.exe -locale en
or of course wait for the update for QCAD 3 (RC2) which will also fix the problem.