D8271: Make the KCalc remember to the Bitfield editor visiblity state when changing numeral modes

Christoph Feck noreply at phabricator.kde.org
Wed Aug 15 15:38:20 BST 2018


cfeck added inline comments.

INLINE COMMENTS

> kcalc.cpp:2014
>  	mBitset->setVisible(toggled);
> -	KCalcSettings::setShowBitset(toggled);
> +	if (KCalcSettings::calculatorMode() == KCalcSettings::EnumCalculatorMode::numeral)
> +		KCalcSettings::setShowBitset(toggled);

if (...) {
      ...
  }

even for single statements

REPOSITORY
  R353 KCalc

REVISION DETAIL
  https://phabricator.kde.org/D8271

To: martonmiklos, teran, cfeck
Cc: kde-utils-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-utils-devel/attachments/20180815/aca29687/attachment.html>


More information about the Kde-utils-devel mailing list