mirror of
https://github.com/cemu-project/idapython.git
synced 2024-12-28 02:31:53 +01:00
graph.i: OnDeactivate() was not being called.
This commit is contained in:
parent
6112217cab
commit
0c6b9b31b9
@ -423,7 +423,7 @@ private:
|
||||
break;
|
||||
//
|
||||
case grcode_lostfocus:
|
||||
if (cb_flags & GR_HAVE_GOTFOCUS)
|
||||
if (cb_flags & GR_HAVE_LOSTFOCUS)
|
||||
on_lostfocus(va_arg(va, graph_viewer_t *));
|
||||
ret = 0;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user