View Single Post
Old 02-08-2020, 09:35 AM   #41
poxi1023
Member
poxi1023 has learned how to buy an e-book online
 
Posts: 21
Karma: 88
Join Date: Mar 2008
Location: Paraguay
Device: Samsung Galaxy Tab S2
Quote:
Originally Posted by DiapDealer View Post
My first blind stab might have been fruitful!

@poxi1023, if you would try one simple change to src/MainUI/MainWindow.cpp for me, I'd appreciate it.

Change line MainWindow.cpp 247 from:
Code:
#ifdef Q_OS_MAC
to:
Code:
#ifndef Q_OS_WIN32
With that one change (from the original source), I'm able to see all the correct events/destructors firing and all the preferences get flushed to disk even when the ToC dockwidget is open when closing Sigil.

I still get the QtWebEngineWidgets segfault everytime, mind you, but F&R preferences are correctly saved.
Thank you, DiapDealer!
Your change fixed my problem!

poxi1023 is offline   Reply With Quote