diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2006-10-22 18:17:21 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2006-10-22 18:17:21 +0000 |
| commit | 3ae0cd2d12329caaf37211d8cfaa0ff8e2628600 (patch) | |
| tree | f81908f538894ae12e96627a12051b7417c5c9fc /src/widgets/toolbox.cpp | |
| parent | Added patch for updates to doxyfile...great! (diff) | |
| download | inkscape-3ae0cd2d12329caaf37211d8cfaa0ff8e2628600.tar.gz inkscape-3ae0cd2d12329caaf37211d8cfaa0ff8e2628600.zip | |
Key, tab and focus refinement
(bzr r1828)
Diffstat (limited to 'src/widgets/toolbox.cpp')
| -rw-r--r-- | src/widgets/toolbox.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index 287a45f1a..68e9a0653 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -840,6 +840,10 @@ static EgeAdjustmentAction * create_adjustment_action( gchar const *name, ege_adjustment_action_set_focuswidget( act, focusTarget ); } + if ( altx && altx_mark ) { + g_object_set( G_OBJECT(act), "self-id", altx_mark, NULL ); + } + if ( dataKludge ) { gtk_object_set_data( GTK_OBJECT(dataKludge), data, adj ); } |
