diff options
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 ); } |
