Lines 1-13
Link Here
|
1 |
Fix crash when adding a new schedule to scheduled transactions |
|
|
2 |
|
3 |
--- kmymoney/dialogs/transactioneditor.cpp.orig 2018-04-17 02:57:53 UTC |
4 |
+++ kmymoney/dialogs/transactioneditor.cpp |
5 |
@@ -178,7 +178,7 @@ void TransactionEditor::setup(QWidgetList& tabOrderWid |
6 |
|
7 |
// remove all unused widgets and don't forget to remove them |
8 |
// from the tab order list as well |
9 |
- d->m_editWidgets.removeOrphans(); |
10 |
+ // d->m_editWidgets.removeOrphans(); |
11 |
QWidgetList::iterator it_w; |
12 |
const QWidgetList editWidgets(d->m_editWidgets.values()); |
13 |
for (it_w = tabOrderWidgets.begin(); it_w != tabOrderWidgets.end();) { |