[Bug 116906] annoying spelling window positioning
Nicolas Goutte
nicolasg at snafu.de
Sat Jun 24 12:47:24 UTC 2006
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.kde.org/show_bug.cgi?id=116906
nicolasg snafu de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From nicolasg snafu de 2006-06-24 14:47 -------
SVN commit 554567 by goutte:
Do not try to be smarter than the KSpell dialog on where it should be created.
BUG:116906
(Foreward port of revision 554565; might not compile.)
(Sorry for the wrong bug number for the revision 554565.)
M +0 -9 kbabelview.cpp
--- trunk/KDE/kdesdk/kbabel/kbabel/kbabelview.cpp #554566:554567
@ -4190,15 +4190,6 @
"the problem) by using Help->Report Bug..."));
}
- // Move dialog out of the way of the msgstr
- if(textOk)
- {
- // remap to the top of the main window (parent of this)
- int posY = mapFromGlobal(
- msgstrEdit->mapToGlobal( QPoint(0,0) ) ).y()-spell.kspell->heightDlg();
- spell.kspell->moveDlg(width()-spell.kspell->widthDlg(), posY-10);
- }
-
return textOk;
}
More information about the pkg-kde-bugs-fwd
mailing list