Skip to content

Commit

Permalink
Fixes #1796 and also #1789
Browse files Browse the repository at this point in the history
  • Loading branch information
msevestre committed Nov 16, 2022
1 parent d4144fe commit d9c796b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/OSPSuite.UI/Binders/CurveBinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ private static MarkerKind mapFrom(Symbols symbol)
switch (symbol)
{
case Symbols.None:
//We return an arbitrary symbol for none as it does not exist in DevExpress
return MarkerKind.Square;
case Symbols.Circle:
return MarkerKind.Circle;
Expand Down

0 comments on commit d9c796b

Please sign in to comment.