Reset splitter sizes on database unlock

* Attempt to avoid issue with splitters not being appropriately calculated because the main window isn't sized yet. This can happen if the main window is hidden when the database is loaded and the splitter sizes are not recorded in the config file.
This commit is contained in:
Jonathan White 2024-06-30 23:26:55 -04:00
parent 6e0baf9f2c
commit 8acc54225d
4 changed files with 62 additions and 55 deletions

View file

@ -137,6 +137,7 @@ signals:
void databaseModified();
void databaseNonDataChanged();
void databaseSaved();
void databaseAboutToUnlock();
void databaseUnlocked();
void databaseLockRequested();
void databaseLocked();