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