fellerts / procal

Simple Qt-based programming calculator
GNU General Public License v3.0
167 stars 8 forks source link

Restore window size to appropriate int mode when switch back from flo… #8

Closed ntoslinux closed 1 year ago

ntoslinux commented 1 year ago

…at mode

When switched to 64-bit int mode and then turn on float mode and turn off float mode will put the calculator in to 32-bit int mode instead of previous 64-bit int mode. This fix addresses this.

fellerts commented 1 year ago

Thanks, good catch!