Commit ffd49309 authored by Claes Sjofors's avatar Claes Sjofors

Ge escape fix

parent 233cfe91
......@@ -674,6 +674,7 @@ int GlowDrawGtk::event_handler( GdkEvent event)
sts = ctx->event_handler( glow_eEvent_Key_PF4, 0, 0, 0, 0);
break;
case GDK_Cancel:
case GDK_Escape:
sts = ctx->event_handler( glow_eEvent_Key_Escape, 0, 0, 0, 0);
break;
case GDK_Tab:
......
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