martinrotter / textosaurus

Cross-platform text editor based on Qt and Scintilla.
GNU General Public License v3.0
284 stars 44 forks source link

Exit from maximized state #23

Closed smaragdus closed 6 years ago

smaragdus commented 6 years ago

@martinrotter

When I exit Textosaurus from maximized window on restart it does not remember it and appears in minimized state- it remembers window size and position but not window state.

I expect that if Textosaurus is exited in maximized state on restart it should open in maximized state too.

This happens under Windows 8 x64, please confirm.

martinrotter commented 6 years ago

I made a fix, can you please test latest development build from date 03-06-2018 or newer?

https://github.com/martinrotter/textosaurus/wiki/Development-builds

smaragdus commented 6 years ago

@martinrotter How I am supposed to download the Windows builds? The provided links do not work

martinrotter commented 6 years ago

https://transfer.sh/WsFct/textosaurus-2018.03.05-33c1fb7-win64.7z

smaragdus commented 6 years ago

@martinrotter After restart Textosaurus now remembers its window state- fixed, thanks.