Kaydet (Commit) 47dd76d4 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Fixed a crash-on-exit, when the validation message is up when closing.

Delete the hint window instnce before the grid windows get deleted,
since the hint window is now a child window of one of the grid
window instances.
üst 248a6136
......@@ -185,6 +185,8 @@ ScTabView::~ScTabView()
delete pSelEngine;
// Delete this before the grid windows, since its a child window of one of them.
mpInputHintWindow.reset();
for (i=0; i<4; i++)
delete pGridWin[i];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment