mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 11:27:55 +00:00
commenting out a change that caused a regression in paste-as-quote
r=akkana
This commit is contained in:
parent
50ecb4c11b
commit
c4db96ef5b
@ -2011,6 +2011,7 @@ nsWidget::OnFocusInSignal(GdkEventFocus * aGdkFocusEvent)
|
||||
if (gdkWindow)
|
||||
{
|
||||
gdk_im_begin ((GdkIC*)mIC, gdkWindow);
|
||||
#if 0
|
||||
// set spot location
|
||||
nsCompositionEvent compEvent;
|
||||
nsEventStatus status;
|
||||
@ -2024,6 +2025,7 @@ nsWidget::OnFocusInSignal(GdkEventFocus * aGdkFocusEvent)
|
||||
DispatchEvent(&compEvent, status);
|
||||
// set SpotLocation
|
||||
SetXICSpotLocation(compEvent.theReply.mCursorPosition);
|
||||
#endif
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user