Skip to content

Commit

Permalink
Issue 2255 – Failure after long frequent use of session tabs
Browse files Browse the repository at this point in the history
https://winscp.net/tracker/2255

Source commit: 105d8a010c30dd1ed8ffe41baccfb2f542436221
  • Loading branch information
martinprikryl committed Jan 31, 2024
1 parent acd1e54 commit 2429100
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/components/ThemePageControl.cpp
Expand Up @@ -375,6 +375,8 @@ void TThemePageControl::DrawDropDown(HDC DC, int Radius, int X, int Y, COLORREF
Polygon(DC, Points, LENOF(Points));
SelectObject(DC, OldPen);
SelectObject(DC, OldBrush);
DeleteObject(Brush);
DeleteObject(Pen);
}
//----------------------------------------------------------------------------------------------------------
// draw tab item context: possible icon and text
Expand Down

0 comments on commit 2429100

Please sign in to comment.