Quote:
Originally Posted by DNSB
That works. OTOH, I restarted my computer and now the Help menu drops down when in full screen. OTOH, clicking on Donate the second time drops Sigil into a windows and not maximized. Not quite as amusing as clicking on Donate in it's normal use.
|
This is normal.
In my piece of code it was
showNormal(), so the window goes between full-screen mode and normal mode.
If you want the switching to happen between full-screen and maximized mode, you need to replace
showNormal() with
showMaximized()
If you think about it that way, it's even a better solution.