Skip to content

Commit

Permalink
Version 1.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
oviradoi committed Mar 14, 2023
1 parent be84e57 commit ee2cfce
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
6 changes: 2 additions & 4 deletions Explorer/src/ExplorerDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
10 changes: 5 additions & 5 deletions Explorer/src/ExplorerDialog.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions Explorer/src/FavesDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2137,6 +2137,4 @@ void FavesDialog::UpdateColors()

TreeView_SetBkColor(_hTreeCtrl, crBgColor);
TreeView_SetTextColor(_hTreeCtrl, crFgColor);

::InvalidateRect(_hTreeCtrl, NULL, TRUE);
}
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.9.8.{build}
version: 1.9.9.{build}
image: Visual Studio 2022


Expand Down

0 comments on commit ee2cfce

Please sign in to comment.