I have a problem when trying to nest entries when the current TOC is already flattened. As an example if the TOC looks like this
Code:
Part 1
Chapter 1
Chapter 2
Chapter 3
Part 2
...
I want to select Chapters 1-3 as a block and drag-drop onto Part 1. The drag-drop action seems to be catered for, but unfortunately the chapter entries end up reversed, like this
Code:
Part 1
Chapter 3
Chapter 2
Chapter 1
Part 2
...
Am I doing something wrong? Calibre 0.9.25 (x86) on Win 7 (x64) PC.
I should also probably add that I can work round it by drag-dropping the 3 chapters a second time, which un-reverses them.