Răsfoiți Sursa

Issue 2255 – Failure after long frequent use of session tabs

https://winscp.net/tracker/2255

Source commit: 105d8a010c30dd1ed8ffe41baccfb2f542436221
Martin Prikryl 1 an în urmă
părinte
comite
24291003ed
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      source/components/ThemePageControl.cpp

+ 2 - 0
source/components/ThemePageControl.cpp

@@ -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