Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'windirstat/TreeListControl.cpp')
-rw-r--r--windirstat/TreeListControl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/windirstat/TreeListControl.cpp b/windirstat/TreeListControl.cpp
index 1191027..7913d5c 100644
--- a/windirstat/TreeListControl.cpp
+++ b/windirstat/TreeListControl.cpp
@@ -61,7 +61,7 @@ CTreeListItem::~CTreeListItem()
delete m_vi;
}
-bool CTreeListItem::DrawSubitem(int subitem, CDC *pdc, CRect rc, UINT state, int *width) const
+bool CTreeListItem::DrawSubitem(int subitem, CDC *pdc, CRect rc, UINT state, int *width, int *focusLeft) const
{
if (subitem != 0)
return false;
@@ -72,7 +72,7 @@ bool CTreeListItem::DrawSubitem(int subitem, CDC *pdc, CRect rc, UINT state, int
CRect rcLabel= rc;
rcLabel.left= rcNode.right;
- DrawLabel(GetTreeListControl(), GetMyImageList(), pdc, rcLabel, state, width, false);
+ DrawLabel(GetTreeListControl(), GetMyImageList(), pdc, rcLabel, state, width, focusLeft, false);
if (width != NULL)
{