[Feedreader-development] WM_QUERYENDSESSION not saving toolbar settings
Brought to you by:
toomastoots
From: Miha R. <pb...@mi...> - 2003-03-19 23:12:07
|
Comment on build 599: Toolbar settings are not saved when app receives WM_QUERYENDSESSION message. Line actionmanager1.SaveToFile( gProperties.DataDirectory + '\Toolbarsettings.bin'); should be moved from TMainWindow.FormClose to TMainWindow.PrepareAppTermination procedure. Also, TMainWindow.FormClose contains some other assignment statements that probably should be moved to TMainWindow.PrepareAppTermination procedure. -- Miha Remec |