Quote:
Originally Posted by DiapDealer
I think we need to determine if the code that we added to be able to minimize Reports and Spellcheck has somehow caused the " all Sigil dialogs now have minimize and maximize buttons" problem, or if it is indeed caused by 6.10.2. Because if it's the latter, we're still going to need to figure out how to turn them all off again before we can decide if (and where) to implement our own "shrink" feature on only certain dialogs.
I'm planning on experimenting some tonight with variations on:
dialog->setWindowFlags(windowFlags() | Qt::CustomizeWindowHint | Qt::WindowMininizeButtonHint | Qt::WindowMaximizeButtonHint);
Should I be able to revert this one commit to get back to what Sigil 2.7.0 used (ignoring the Qt update)? I'm just trying to see if 6.10.x is indeed the culprit. https://github.com/Sigil-Ebook/Sigil...b2e99ed5947728
|
Yes just remove the add Minimize hint from them.