Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Feb 12, 2021
1 parent 1660aa7 commit 278351a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/eez/gui/data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ void FLOAT_value_to_text(const Value &value, char *text, int count) {

if (!isNaN(floatValue)) {
if ((value.getOptions() & FLOAT_OPTIONS_LESS_THEN) != 0) {
stringAppendString(text, count, "< ");
stringAppendString(text, count, "< ");
appendDotZero = false;
}

if (fixedDecimals) {
Expand Down

0 comments on commit 278351a

Please sign in to comment.