manuskript/manuskript/models
Curtis Gedak 026861ee87 Fix plot importance changes if delete earlier plot and click other plots
The root cause was a mismatch between plot IDs and plot model rows.

This issue would appear when a plot was deleted such that the plot IDs
did not match the plot model row numbers and different plots had
different importance levels.  The problem would not occur if the most
recently added plot was deleted.

The plot ID / plot model row mismatch was introduced with the
following commit:

    Fixes: add plot then choose new plot does not set \
    importance slider
    3569f78928

Closes issue #404
2018-11-05 09:29:53 -07:00
..
__init__.py Creates base classes 2017-11-15 20:34:05 +01:00
abstractItem.py Checkpoint: refactoring 2017-11-18 20:53:10 +01:00
abstractModel.py Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
characterModel.py Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
outlineItem.py Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
outlineModel.py Creates base classes 2017-11-15 20:34:05 +01:00
persosProxyModel.py Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00
plotModel.py Fix plot importance changes if delete earlier plot and click other plots 2018-11-05 09:29:53 -07:00
plotsProxyModel.py Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00
references.py Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
worldModel.py Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00