From b5836b6b48b619ec715b0acfadff731b734c2176 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 14 Sep 2021 14:07:43 +1000 Subject: Break up PaintOneMargin more and simplify code. --- src/MarginView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/MarginView.h') diff --git a/src/MarginView.h b/src/MarginView.h index 6088ed3d6..c42b4c344 100644 --- a/src/MarginView.h +++ b/src/MarginView.h @@ -36,7 +36,7 @@ public: void DropGraphics() noexcept; void RefreshPixMaps(Surface *surfaceWindow, const ViewStyle &vsDraw); - void PaintOneMargin(Surface *surface, Sci::Line topLine, PRectangle rc, PRectangle rcMargin, size_t margin, + void PaintOneMargin(Surface *surface, PRectangle rc, PRectangle rcMargin, const MarginStyle &marginStyle, const EditModel &model, const ViewStyle &vs); void PaintMargin(Surface *surface, Sci::Line topLine, PRectangle rc, PRectangle rcMargin, const EditModel &model, const ViewStyle &vs); -- cgit v1.2.3