Actions
Anomalie #309
closedThumbnails are not updated in PagesDialog
Description
Sometimes thumbnails are not updated in PagesDialog.
Updated by kervala over 13 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Applied in changeset commit:99098c4c8a48.
Updated by kervala about 13 years ago
In fact, the bug wasn't fixed. It occurs when mView is not the last updated TextView so updateView() update a obsolete one.
The best fix I found is to send a message to handler, find the right View at the position and updateView for this view.
Actions