mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-31 21:21:08 +00:00
Bug 313174 IME composition string isn't rendered as selection text r=sergei_d, sr=bzbarsky
This commit is contained in:
parent
ba1c067383
commit
733ba5945f
@ -1639,7 +1639,7 @@ RenderSelectionCursor(nsIRenderingContext& aRenderingContext,
|
||||
// XXX word-spacing
|
||||
#if defined(XP_MACOSX)
|
||||
#define NO_INVERT
|
||||
#elif defined(XP_WIN) || defined(XP_OS2) || defined(XP_UNIX)
|
||||
#elif defined(XP_WIN) || defined(XP_OS2) || defined(XP_UNIX) || defined(XP_BEOS)
|
||||
#define USE_INVERT_FOR_SELECTION
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user