v1.4.1

saga-soft/novelWriterv1.4.1Jul 27, 2021by vkbo

AI Summary

A bugfix release correcting dialog box margin calculations and preventing duplicate non-modal dialogs from appearing.

Key Highlights

  • Fixed zero margins in paged dialogs (Preferences, etc.).
  • Fixed duplicate non-modal dialogs by moving existing ones to the front.

Full Release Notes

### Release Notes

This release fixes a couple of minor issue with some of the dialog boxes. The fix was accidentally left out of release 1.4.

Please see the [1.4 Release Notes](https://github.com/vkbo/novelWriter/releases/tag/v1.4) for the full list of changes.

### Detailed Changelog

**Bugfixes**

* The way margins are determined in the paged dialogs used many places, including Preferences, has been improved. These margins would sometimes be set to zero when they shouldn't. PR #834.
* Dialogs that are non-modal are no longer duplicated when opened multiple times. Instead, the existing dialog is moved to the front. PR #834.