https://bugs.kde.org/show_bug.cgi?id=276322
--- Comment #3 from allan <agander93 gmail com> 2011-06-26 17:22:51 --- (In reply to comment #2) > One thing you could try is to replace > > w->hide(); > > with > > QTimer::singleShot(0, w, SLOT(hide())); > > If that does not work, try if replacing 0 with a value of 1000 makes a > difference. Sanity returns! Thanks for that. I had remembered seeing this in the import area, looked at it and didn't pursue it. Instead I tried a huge for loop and that made no difference. The value '0' didn't help, so I tried 1000. The problem was still there and I cancelled the edit, and just as it closed I saw the fields disappear! So, I now have worked it down to 10. Problem now is that all those widgets are closing, but I need to clean up my code before I go any further. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KMyMoney-devel mailing list [email protected] https://mail.kde.org/mailman/listinfo/kmymoney-devel
