On 09 January, 2015 - Willem Ferguson wrote: > > - if (current_dive && (currentdc->dctype == CCR) && > (prefs.show_ccr_setpoint)) > - o2SetpointGasItem->setVisible(true); > - else > - o2SetpointGasItem->setVisible(false); > + o2SetpointGasItem->setVisible(current_dive && (currentdc->dctype == > CCR) && prefs.show_ccr_setpoint && prefs.pp_graphs.po2); > +// o2SetpointGasItem->setVisible(true); > +// else > +// o2SetpointGasItem->setVisible(false); >
Don't leave code commented out. If it's not suppose to be there any longer, remove it. //Anton -- Anton Lundin +46702-161604 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
