Commit 2ca15233f0c47ccb89f24f64dc6f87f445fa8884
1 parent
3d54d818
Exists in
master
and in
1 other branch
Fixing dynamic spacing toggle.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/terminal/properties/set.c
| ... | ... | @@ -225,6 +225,7 @@ LIB3270_EXPORT void v3270_set_dynamic_font_spacing(GtkWidget *widget, gboolean s |
| 225 | 225 | { |
| 226 | 226 | terminal->font.spacing.dynamic = state; |
| 227 | 227 | v3270_reconfigure(terminal); |
| 228 | + gtk_widget_queue_draw(widget); | |
| 228 | 229 | g_object_notify_by_pspec(G_OBJECT(widget), GTK_V3270_GET_CLASS(widget)->properties.dynamic_spacing); |
| 229 | 230 | } |
| 230 | 231 | ... | ... |