Skip to content

Commit d0f8031

Browse files
Documentation Improved
1 parent 996f610 commit d0f8031

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Source/Processors/Editors/ChannelSelector.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1036,13 +1036,15 @@ void EditorButton::resized()
10361036
//outlinePath.closeSubPath();
10371037

10381038
}
1039-
else if (getName().equalsIgnoreCase("+")){
1039+
else if (getName().equalsIgnoreCase("+") )
1040+
{
10401041
outlinePath.lineTo(width, 0);
10411042
outlinePath.lineTo(width, height);
10421043
outlinePath.lineTo(0, height);
10431044
outlinePath.lineTo(0, 0);
10441045
}
1045-
else if (getName().equalsIgnoreCase("-")){
1046+
else if (getName().equalsIgnoreCase("-") )
1047+
{
10461048
outlinePath.lineTo(width, 0);
10471049
outlinePath.lineTo(width, height);
10481050
outlinePath.lineTo(0, height);

0 commit comments

Comments
 (0)