From d59fd8dbd31cfb2bc48eae7b43a5f7fcce5af400 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 12 Nov 2017 22:56:28 +0300 Subject: fixes #1027 (History++ is enabling Conversations and Bookmarks sub-window every time you opening history) --- plugins/HistoryPlusPlus/HistoryForm.pas | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/HistoryPlusPlus') diff --git a/plugins/HistoryPlusPlus/HistoryForm.pas b/plugins/HistoryPlusPlus/HistoryForm.pas index e124e936c3..e6a2fa7429 100644 --- a/plugins/HistoryPlusPlus/HistoryForm.pas +++ b/plugins/HistoryPlusPlus/HistoryForm.pas @@ -2533,6 +2533,7 @@ begin end else begin + tPanel := []; if GetDBBool(hppDBName, 'ShowSessions', False) then include(tPanel, hpSessions); if GetDBBool(hppDBName, 'ShowBookmarks', False) then -- cgit v1.2.3