eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.09k stars 448 forks source link

[Bug]: Cannot resize down main window when "ShowSplashScreen": false #3290

Open audrius-u opened 7 months ago

audrius-u commented 7 months ago

What happened?

After upgrading to v17.8.0 (Win64) a strange bug emerged, took a while to track down - with splash screen disabled, cannot resize main window below certain (very large) size. After restart of CL with splash screen enabled, the main window can be resized down to any size.

Version

Observed on v17.8.0 (Win64) Not observed on v17.6.0 or earlier versions.

Operating system

Windows 11

Steps to reproduce

Uncheck Settings->Preferences->Misc->Show splashscreen. Close CL, then reopen and try to size down main window - it can only be resized down by roughly 10% of startup size. When resized to minimum possible, each subsequent restart of CL allows further reduction by another ~10%.

Expected behaviour

Allow sizing down to Windows default minimum window size regardless of splash screen setting.

Relevant log output

No response