On 05/01/2015 19:20, Dirk Hohndel wrote:
On Mon, Jan 05, 2015 at 09:20:26AM +0200, Willem Ferguson wrote:@@ -977,6 +987,7 @@ void ProfileWidget2::setProfileState() } pn2GasItem->setVisible(prefs.pp_graphs.pn2); po2GasItem->setVisible(prefs.pp_graphs.po2); + o2SetpointGasItem->setVisible(true);Is that correct? Shouldn't this be o2SetpointGasItem->setVisible((current_dc->dctype == CCR) && (prefs.show_ccr_setpoint)); ??
Excellent point. I think do that, would you please?? Kind regards, willem _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
