GNOME Bugzilla – Bug 546789
red dots when switched from another day entry where there were
Last modified: 2009-06-01 09:40:03 UTC
Please describe the problem: I have an entry where some words are underlined red. When I've switched to another day, left edit window is cleared. Nevertheless some red dots are left. I believe this is 'repaint' problem, because the dots disappear after another window in front of almanah's window appeared and siappeared. Steps to reproduce: Actual results: Expected results: Does this happen every time? Yes Other information: It is a debian bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494114
Created attachment 116055 [details] Example
What version of GtkSpell do you have installed? This sounds like a GtkSpell bug, with it somehow not refreshing the highlighting when the text area is cleared.
This patch should fix it. If it doesn't, please re-open the bug report. 2008-08-27 Philip Withnall <philip@tecnocode.co.uk> * src/main-window.c: (mw_calendar_day_selected_cb): Force GtkSpell to re-check the text view for spelling errors when the day changes. (Closes: #546789)