Ensure that the editor position should not get changed once it is opened. Fixes #7393

This commit is contained in:
Aditya Toshniwal
2022-05-18 13:52:09 +05:30
committed by Akshay Joshi
parent 53bd2c2dc6
commit 5e0dfff42a
4 changed files with 39 additions and 10 deletions

View File

@@ -24,3 +24,4 @@ Bug fixes
| `Issue #7376 <https://redmine.postgresql.org/issues/7376>`_ - Fixed an issue where a popup for unsaved changes appears when clicking on the open file button for a blank query editor.
| `Issue #7383 <https://redmine.postgresql.org/issues/7383>`_ - Fixed an issue where Preferences are not saved when the dialog is maximized.
| `Issue #7388 <https://redmine.postgresql.org/issues/7388>`_ - Fixed an issue where an error message fills the entire window if the query is long.
| `Issue #7393 <https://redmine.postgresql.org/issues/7393>`_ - Ensure that the editor position should not get changed once it is opened.