diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:13:38 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 19:13:38 -0500 |
commit | 20759fbc39cbb99be08378cbdd570d033d7724a9 (patch) | |
tree | cc3c1ab4529cc96d4ddc68fc1620cbdb86be4a4b | |
parent | f4cbb6a155da3c4582486fa2539b8bdd2723db59 (diff) |
Revert "do not show polarity sign for positive-only amplitudes"
This reverts commit 6a15a14fc7069fd72522dd82b8c64a4bdee21f54.
-rw-r--r-- | menus.c | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -1098,11 +1098,7 @@ static void Display_Number_on_LCD(int Is_Item_Visible,int LCD_row,int LCD_col,ch case Show_amplitude: Submenu_Value=globals.ChannelState[channel].amplitude; - if ((globals.Flash.min_ampl[channel]<0.0) || (globals.Flash.min_vout[channel]<0.0)) { - show_plus_sign=YES; - } else { - show_plus_sign=NO; - } + show_plus_sign=YES; if (globals.Flash.voltage_enabled[channel]) { units = g_strdup("V"); } else { |