aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/widget.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget.c b/src/widget.c
index 55be90fee91..db524a59350 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -779,6 +779,8 @@ EmacsFrameResize (widget)
779 change_frame_size (f, rows, columns, 0, 1); 779 change_frame_size (f, rows, columns, 0, 1);
780 update_wm_hints (ew); 780 update_wm_hints (ew);
781 update_various_frame_slots (ew); 781 update_various_frame_slots (ew);
782
783 cancel_mouse_face (f);
782} 784}
783 785
784static Boolean 786static Boolean