Skip to content

Commit

Permalink
changed active row marker to rounded rectangle
Browse files Browse the repository at this point in the history
  • Loading branch information
andimachovec committed Dec 28, 2021
1 parent af181d9 commit 05d72f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boardview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ BoardView::Draw(BRect updateRect)
marker_rect.right = right_point.x + fColorPegRadius + marker_margin;

SetHighColor(246,226,155);
StrokeRect(marker_rect, B_SOLID_HIGH);
StrokeRoundRect(marker_rect, 5, 5, B_SOLID_HIGH);
}

}
Expand Down

0 comments on commit 05d72f9

Please sign in to comment.