From ee2cfce890456af04e30068eb7a757c2487e3fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ovidiu=20R=C4=83doi?= Date: Tue, 14 Mar 2023 19:10:41 +0200 Subject: [PATCH] Version 1.9.9 --- Explorer/src/ExplorerDialog.cpp | 6 ++---- Explorer/src/ExplorerDialog.rc | 10 +++++----- Explorer/src/FavesDialog.cpp | 2 -- appveyor.yml | 2 +- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/Explorer/src/ExplorerDialog.cpp b/Explorer/src/ExplorerDialog.cpp index 67ae261..78c2879 100644 --- a/Explorer/src/ExplorerDialog.cpp +++ b/Explorer/src/ExplorerDialog.cpp @@ -1938,9 +1938,7 @@ void ExplorerDialog::UpdateColors() _bDarkModeEnabled = isDarkModeEnabled && result; // also look at listview's custom draw code (NM_CUSTOMDRAW) in FileList.cpp - // the code there was modified to use ListView_GetBkColor and ListView_GetTextColor - // so that we get a consistent look. - - ::InvalidateRect(_hTreeCtrl, NULL, TRUE); + // the code there was modified to use ListView_GetBkColor so that we get a consistent look. + ::InvalidateRect(_hListCtrl, NULL, TRUE); } \ No newline at end of file diff --git a/Explorer/src/ExplorerDialog.rc b/Explorer/src/ExplorerDialog.rc index 197aed7..e474adb 100644 --- a/Explorer/src/ExplorerDialog.rc +++ b/Explorer/src/ExplorerDialog.rc @@ -289,8 +289,8 @@ IDC_LEFTRIGHT CURSOR "..\\res\\leftright.cur" // VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,9,8,0 - PRODUCTVERSION 1,9,8,0 + FILEVERSION 1,9,9,0 + PRODUCTVERSION 1,9,9,0 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x21L @@ -308,12 +308,12 @@ BEGIN VALUE "Comments", "Visit https://github.com/oviradoi/npp-explorer-plugin" VALUE "CompanyName", "Jens Lorenz" VALUE "FileDescription", "Notepad++ Explorer Plugin : a free (GNU) source code file explorer" - VALUE "FileVersion", "1, 9, 8, 0" + VALUE "FileVersion", "1, 9, 9, 0" VALUE "InternalName", "Explorer" - VALUE "LegalCopyright", "Copyright © 2006-2022" + VALUE "LegalCopyright", "Copyright © 2006-2023" VALUE "OriginalFilename", "Explorer.dll" VALUE "ProductName", "Jens Lorenz Explorer" - VALUE "ProductVersion", "1, 9, 8, 0" + VALUE "ProductVersion", "1, 9, 9, 0" VALUE "SpecialBuild", "UNICODE" END END diff --git a/Explorer/src/FavesDialog.cpp b/Explorer/src/FavesDialog.cpp index d9285e7..e0ed788 100644 --- a/Explorer/src/FavesDialog.cpp +++ b/Explorer/src/FavesDialog.cpp @@ -2137,6 +2137,4 @@ void FavesDialog::UpdateColors() TreeView_SetBkColor(_hTreeCtrl, crBgColor); TreeView_SetTextColor(_hTreeCtrl, crFgColor); - - ::InvalidateRect(_hTreeCtrl, NULL, TRUE); } \ No newline at end of file diff --git a/appveyor.yml b/appveyor.yml index 26f542e..12d25ba 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -version: 1.9.8.{build} +version: 1.9.9.{build} image: Visual Studio 2022