Molecular Modeling Software
リビジョン | 8ab1f9f9a3afeec0d13ff15d890df65e66ced737 (tree) |
---|---|
日時 | 2016-04-26 23:27:04 |
作者 | toshinagata1964 <toshinagata1964@a2be...> |
コミッター | toshinagata1964 |
Ruby modal dialog causes crash sometimes on activation. Fixed (hopefully)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/molby/trunk@592 a2be9bc6-48de-4e38-9406-05402d4bc13c
@@ -460,7 +460,7 @@ RubyDialogFrame::OnChildFocus(wxChildFocusEvent &event) | ||
460 | 460 | } |
461 | 461 | #endif |
462 | 462 | lastFocusedWindow = winp; |
463 | - } | |
463 | + } else lastFocusedWindow = NULL; | |
464 | 464 | event.Skip(); |
465 | 465 | } |
466 | 466 |