diff options
| author | cadabra <> | 2012-08-25 10:26:45 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-08-25 10:26:45 +0000 |
| commit | ca84734883ee124675f6d012660de4cc42c140c7 (patch) | |
| tree | f18148cc1da97d701ef1f02618afa558e259773a /src/widgets/text-toolbar.cpp | |
| parent | Fix for 168164 : Default text output to px (diff) | |
| download | inkscape-ca84734883ee124675f6d012660de4cc42c140c7.tar.gz inkscape-ca84734883ee124675f6d012660de4cc42c140c7.zip | |
Fix for bug #900602 (Switching font with up/down arrows de-selects font list box)
(bzr r11622)
Diffstat (limited to 'src/widgets/text-toolbar.cpp')
| -rw-r--r-- | src/widgets/text-toolbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/text-toolbar.cpp b/src/widgets/text-toolbar.cpp index 8c1219acc..dcfd109d8 100644 --- a/src/widgets/text-toolbar.cpp +++ b/src/widgets/text-toolbar.cpp @@ -409,8 +409,8 @@ static void sp_text_fontfamily_value_changed( Ink_ComboBoxEntry_Action *act, GOb // unfreeze g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) ); - // focus to canvas - gtk_widget_grab_focus (GTK_WIDGET((SP_ACTIVE_DESKTOP)->canvas)); + // focus to canvas (not useful if you want to choose font for your text) + //gtk_widget_grab_focus (GTK_WIDGET((SP_ACTIVE_DESKTOP)->canvas)); #ifdef DEBUG_TEXT std::cout << "sp_text_toolbox_fontfamily_changes: exit" << std::endl; |
