Commit ad6d976
committed
Fix macOS redraw crash after closing merge details
Sometimes, if the underlying PO file changed a lot, implicit redraw of
the list control upon closing merge details would crash (referencing no
longer existing CatalogItems).
This doesn't have w/o showing the details because then the redraw would
only happen after m_catalog was updated.1 parent c2adfae commit ad6d976
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1583 | 1583 | | |
1584 | 1584 | | |
1585 | 1585 | | |
| 1586 | + | |
1586 | 1587 | | |
1587 | 1588 | | |
1588 | 1589 | | |
| |||
1617 | 1618 | | |
1618 | 1619 | | |
1619 | 1620 | | |
1620 | | - | |
| 1621 | + | |
1621 | 1622 | | |
1622 | 1623 | | |
1623 | 1624 | | |
| |||
1636 | 1637 | | |
1637 | 1638 | | |
1638 | 1639 | | |
| 1640 | + | |
| 1641 | + | |
1639 | 1642 | | |
1640 | 1643 | | |
1641 | 1644 | | |
| |||
0 commit comments