diff options
author | George Hazan <george.hazan@gmail.com> | 2024-04-15 14:40:35 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-04-15 14:40:35 +0300 |
commit | a14259eae6700db380f7eab42ba89c76ac2c1541 (patch) | |
tree | 70744c29d9dc9a8aee009a2672839a110a6fd8a1 /plugins | |
parent | 5bc8cebd0464c931c3c5559ea485ba281b75e76b (diff) |
fixes #4352 completely
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/NewStory/src/history_dlg.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/NewStory/src/history_dlg.cpp b/plugins/NewStory/src/history_dlg.cpp index e7818893e6..0b07e8beed 100644 --- a/plugins/NewStory/src/history_dlg.cpp +++ b/plugins/NewStory/src/history_dlg.cpp @@ -564,6 +564,7 @@ public: }
else Utils_RestoreWindowPosition(m_hwnd, 0, MODULENAME, "glb_");
+ OnResize();
BuildBookmarksList();
m_histCtrl->SetContact(m_hContact);
|