diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index fc86cd979c0..1581b23c981 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -7290,8 +7290,11 @@ void | |||
| 7290 | clear_mouse_face (dpyinfo) | 7290 | clear_mouse_face (dpyinfo) |
| 7291 | struct x_display_info *dpyinfo; | 7291 | struct x_display_info *dpyinfo; |
| 7292 | { | 7292 | { |
| 7293 | #if 0 /* This prevents redrawing tool bar items when changing | ||
| 7294 | from one to another, so don't do it. */ | ||
| 7293 | if (!NILP (tip_frame)) | 7295 | if (!NILP (tip_frame)) |
| 7294 | return; | 7296 | return; |
| 7297 | #endif | ||
| 7295 | 7298 | ||
| 7296 | if (! NILP (dpyinfo->mouse_face_window)) | 7299 | if (! NILP (dpyinfo->mouse_face_window)) |
| 7297 | show_mouse_face (dpyinfo, DRAW_NORMAL_TEXT); | 7300 | show_mouse_face (dpyinfo, DRAW_NORMAL_TEXT); |