[Knode-devel] kdepim/knode
Laurent Montel
montel at kde.org
Wed Nov 12 11:21:47 CET 2003
CVS commit by mlaurent:
Same fix as kmail:
"fix the problem with a wrong/missing suggestion in the context menu
for on-the-fly spell checking when the text was scrolled. no reply
yet from the mailing list, but this is so trivial that I simply commit it."
M +1 -1 kncomposer.cpp 1.184
--- kdepim/knode/kncomposer.cpp #1.183:1.184
@@ -1986,5 +1986,5 @@ bool KNComposer::Editor::eventFilter(QOb
//Get the character at the position of the click
- charPos = charAt( event->pos(), ¶ );
+ charPos = charAt( viewportToContents(event->pos() ), ¶ );
QString paraText = text( para );
More information about the Knode-devel
mailing list