diff options
author | George Hazan <ghazan@miranda.im> | 2017-11-01 19:52:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-11-01 19:52:56 +0300 |
commit | 4590a64cfd943c7f5ac2fb01d309b6c8313a214c (patch) | |
tree | f3613e55e495496cff6c22f2dedabf1cb34d2e62 /plugins/Scriver/src/tabs.cpp | |
parent | 04f37ad5c8b27e728ee933a3f00ba7db43fac7d9 (diff) |
Scriver: no need to reset the splitter position each time..
Diffstat (limited to 'plugins/Scriver/src/tabs.cpp')
-rw-r--r-- | plugins/Scriver/src/tabs.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Scriver/src/tabs.cpp b/plugins/Scriver/src/tabs.cpp index f6d5032be8..a1f6d0cf0f 100644 --- a/plugins/Scriver/src/tabs.cpp +++ b/plugins/Scriver/src/tabs.cpp @@ -997,6 +997,7 @@ static INT_PTR CALLBACK DlgProcParentWindow(HWND hwndDlg, UINT msg, WPARAM wPara }
}
break;
+
case WM_DESTROY:
char szSettingName[64];
|