We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996f610 commit d0f8031Copy full SHA for d0f8031
1 file changed
Source/Processors/Editors/ChannelSelector.cpp
@@ -1036,13 +1036,15 @@ void EditorButton::resized()
1036
//outlinePath.closeSubPath();
1037
1038
}
1039
- else if (getName().equalsIgnoreCase("+")){
+ else if (getName().equalsIgnoreCase("+") )
1040
+ {
1041
outlinePath.lineTo(width, 0);
1042
outlinePath.lineTo(width, height);
1043
outlinePath.lineTo(0, height);
1044
outlinePath.lineTo(0, 0);
1045
- else if (getName().equalsIgnoreCase("-")){
1046
+ else if (getName().equalsIgnoreCase("-") )
1047
1048
1049
1050
0 commit comments