Skip to content

Commit

Permalink
close popup when loss focus
Browse files Browse the repository at this point in the history
  • Loading branch information
roodkcab committed Feb 3, 2023
1 parent 082ae70 commit cbdf678
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Source/GGacWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -447,15 +447,16 @@ namespace vl {
listeners[i]->RenderingAsActivated();
}
}
/*else
else
{
signal_blur.emit();
gtk_im_context_focus_out(imContext);
for (vint i = 0; i < listeners.Count(); i++)
{
listeners[i]->RenderingAsDeactivated();
listeners[i]->LostFocus();
}
}*/
}
}
break;

Expand Down

0 comments on commit cbdf678

Please sign in to comment.