arkypita / LaserGRBL

Laser optimized GUI for GRBL
http://lasergrbl.com
Other
1.26k stars 497 forks source link

Bug FormWindowState.Maximized cannot be set. #2391

Open werner-thomas opened 1 month ago

werner-thomas commented 1 month ago

Hello, you have an bug in your MainForm_Load method. The FormWindowState.Maximized cannot be set.

if (state == FormWindowState.Normal) { WindowState = state; Size = (Size)msp[0]; Location = (Point)msp[1]; } Please remove the if condition.

Thank you very much for your great work

arkypita commented 1 month ago

Thank you for reporting this issue, i'll do some test asap