https://bugs.kde.org/show_bug.cgi?id=311481

--- Comment #1 from Thomas Baumgart <ipwiz...@users.sourceforge.net> ---
The problem is with the two methods to control the enabled state of the OK
button in this case. One is the kMandatoryFieldGroup created in the
KEditScheduleDlg ctor and the other the line

  connect(editor, SIGNAL(transactionDataSufficient(bool)), buttonOk,
SLOT(setEnabled(bool)));

in KEditScheduleDlg::startEdit. To fix the issue, the results of both methods
need to be ANDed, but I currently have no idea how to solve this. Any takers?
Reviewboard is waiting for your suggestions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
KMyMoney-devel mailing list
KMyMoney-devel@kde.org
https://mail.kde.org/mailman/listinfo/kmymoney-devel

Reply via email to