diff options
-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 { |