Bug fix for editor content loss#240
Bug fix for editor content loss#240Chris7 merged 1 commit intoMudlet:release_30from Chris7:searchWidgetBug
Conversation
|
Does seem to work, but I'll be running this for a few days to confirm. On Wed, Jan 14, 2015 at 4:16 AM, Chris Mitchell notifications@github.com
|
|
Chris7 wrote:
I'll be honest and say I agree with the second half of that sentence, but I remain unconvinced that we can accept signals from different points (toolbar button click - item selected - tree selection changed by keyboard etc.) as we will get in this "event"-driven environment without tracking whether we have already responded as necessary in response to a different signal that needs the same process to be carried out.
I don't think all of these QTreeWidgetItem pointers are being used as intended - the first type is largely unused in fact. |
Bug fix for editor content loss
This fixes the bug where moving through the searches will cause content to be overwritten.