View Single Post
Old 02-07-2020, 04:05 PM   #9
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,887
Karma: 6120478
Join Date: Nov 2009
Device: many
I think this means that the FindReplace Destructor is not being called for some reason by this version of Qt.

Please try the following for me:

1. edit Sigil/src/MailUI/FindReplace.cpp
2. copy line 80 (call to WriteSettings)
3. paste it just before line 124(just before QWidget::close().

Then run make again and test things.

If that helps, then the FindReplace destructor call is never getting evoked or is invoked too late for some reason.

Please let us know if that helps...
KevinH is offline   Reply With Quote