[PATCH] Show setpoint values on po2 graph (Version 2)

Willem Ferguson willemferguson at zoology.up.ac.za
Mon Jan 5 10:12:22 PST 2015


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



More information about the subsurface mailing list