Skip to content

Commit

Permalink
Update issue #255 : prevent type, error and merit overlays from overw…
Browse files Browse the repository at this point in the history
…riting filter name in the filter list.
  • Loading branch information
mikecopperwhite committed Mar 4, 2019
1 parent e44b1c4 commit 1b23d97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filter_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ GRAPHSTUDIO_NAMESPACE_START // cf stdafx.h for explanation
}
else {
dc.DrawText(filter->name, &rcText, DT_VCENTER | DT_SINGLELINE);
rcText.left += dc.GetTextExtent(filter->name).cx;
}

// draw merit
Expand Down

0 comments on commit 1b23d97

Please sign in to comment.