diff options
| author | Andrey Mozzhuhin <amozzhuhin@yandex.ru> | 2017-10-05 21:46:14 +0000 |
|---|---|---|
| committer | Andrey Mozzhuhin <amozzhuhin@yandex.ru> | 2017-10-05 21:46:14 +0000 |
| commit | 525c6c0c7ea39c6bdb0013c546d08b6e94e51e61 (patch) | |
| tree | 2d9ba73efbc0d92bf72a41211d502c6c198a9037 /src/seltrans.cpp | |
| parent | Fix bug #1226962 - Keyboard shortcuts (hotkeys) not functional in some (diff) | |
| download | inkscape-525c6c0c7ea39c6bdb0013c546d08b6e94e51e61.tar.gz inkscape-525c6c0c7ea39c6bdb0013c546d08b6e94e51e61.zip | |
Rename get_group0_keyval to get_latin_keyval
Diffstat (limited to 'src/seltrans.cpp')
| -rw-r--r-- | src/seltrans.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp index 7355f6a07..141720371 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -63,7 +63,7 @@ static gboolean sp_sel_trans_handle_event(SPKnot *knot, GdkEvent *event, SPSelTr case GDK_MOTION_NOTIFY: break; case GDK_KEY_PRESS: - if (Inkscape::UI::Tools::get_group0_keyval (&event->key) == GDK_KEY_space) { + if (Inkscape::UI::Tools::get_latin_keyval (&event->key) == GDK_KEY_space) { /* stamping mode: both mode(show content and outline) operation with knot */ if (!SP_KNOT_IS_GRABBED(knot)) { return FALSE; |
