diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-09-19 01:52:19 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-09-19 01:52:19 +0000 |
| commit | bf7c3e8d98b557cb64447804399797d93e1cedc0 (patch) | |
| tree | 80848f225cad4c163c32ce4d2ec963982558adba /src/ink-comboboxentry-action.cpp | |
| parent | Fix for 900602 : Enter key returns focus to canvas for Font family selector (diff) | |
| download | inkscape-bf7c3e8d98b557cb64447804399797d93e1cedc0.tar.gz inkscape-bf7c3e8d98b557cb64447804399797d93e1cedc0.zip | |
Fix for 643150 : Auto-palette swatches duplicated on copy and paste
(bzr r11677)
Diffstat (limited to 'src/ink-comboboxentry-action.cpp')
| -rw-r--r-- | src/ink-comboboxentry-action.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ink-comboboxentry-action.cpp b/src/ink-comboboxentry-action.cpp index 6e6071654..99a48ae5d 100644 --- a/src/ink-comboboxentry-action.cpp +++ b/src/ink-comboboxentry-action.cpp @@ -807,7 +807,7 @@ gboolean keypress_cb( GtkWidget *widget, GdkEventKey *event, gpointer data ) switch ( key ) { - // TODO Add bindings for Esc/Tab/LeftTab + // TODO Add bindings for Tab/LeftTab case GDK_KEY_Escape: { //gtk_spin_button_set_value( GTK_SPIN_BUTTON(widget), action->private_data->lastVal ); |
