Skip to content
Commit f3d666d9 authored by Cristian Oneț's avatar Cristian Oneț
Browse files

Fix a nasty split editor bug.

Because of the way the endEdit method was written the endEdit
operation could be executed without actually ending the edit
(missing category). But code that was calling endEdit expected
that it allways would end the edit thus sometimes edit widgets
could be obtained on two rows.

Once in this state accepting both editors would cause a crash.

Also removed a workaround which would end the edit on a resize.
Instead don't do the operation that was resizing the rows while
in edit.

BUG: 336258
(cherry picked from commit 8e7898fb)

Conflicts:
	kmymoney/dialogs/kmymoneysplittable.cpp
parent 45af11d5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment