Skip to content

Commit

Permalink
Merge pull request #2578 from ControlSystemStudio/CSSTUDIO-1848
Browse files Browse the repository at this point in the history
Fix for data browser annotation
  • Loading branch information
kasemir authored Mar 10, 2023
2 parents a67a0a8 + ddfb503 commit 505fda3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ boolean setLocation(final XTYPE position, final double value, final String info)
{
this.position = position;
this.value = value;
return true;
}
if(info != null){
this.info = info;
return true;
}
Expand Down

0 comments on commit 505fda3

Please sign in to comment.