only toggle debugs on down, not also on up

Change-Id: I6eb7dfd60ca855a9d4b939f4fd186e7037a1a3b4
This commit is contained in:
Caolán McNamara
2017-03-20 12:48:02 +00:00
parent ffeb6227ae
commit 66067b845b

View File

@@ -388,6 +388,8 @@ void GtkSalFrame::doKeyCallback( guint state,
vcl::DeletionListener aDel( this ); vcl::DeletionListener aDel( this );
#if 0 #if 0
if (bDown)
{
// shift-zero forces a re-draw and event is swallowed // shift-zero forces a re-draw and event is swallowed
if (keyval == GDK_KEY_0) if (keyval == GDK_KEY_0)
{ {
@@ -407,6 +409,7 @@ void GtkSalFrame::doKeyCallback( guint state,
fprintf(stderr, "toggle dump frames to %d\n", dumpframes); fprintf(stderr, "toggle dump frames to %d\n", dumpframes);
return; return;
} }
}
#endif #endif
/* /*