Get rid of selection cursor for Unix now that caret is working
git-svn-id: svn://10.0.0.236/trunk@27685 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8000cb11c3
commit
c07dbb012d
@ -686,15 +686,7 @@ TextFrame::PrepareUnicodeText(nsTextTransformer& aTX,
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// This should be commented out, but some gfx changes on the weekend of
|
||||
// 4/20-21/1999 broke caret rendering on Unix, so in a vain effort to
|
||||
// get any cursor at all visible, I've uncommented this for Unix. :-(
|
||||
// See http://bugzilla.mozilla.org/show_bug.cgi?id=4202 for status.
|
||||
//
|
||||
#ifdef XP_UNIX
|
||||
#define SHOW_SELECTION_CURSOR // should be turned off when the caret code is activated
|
||||
#endif
|
||||
//#define SHOW_SELECTION_CURSOR // should be turned off when the caret code is activated
|
||||
|
||||
#ifdef SHOW_SELECTION_CURSOR
|
||||
|
||||
|
||||
@ -686,15 +686,7 @@ TextFrame::PrepareUnicodeText(nsTextTransformer& aTX,
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// This should be commented out, but some gfx changes on the weekend of
|
||||
// 4/20-21/1999 broke caret rendering on Unix, so in a vain effort to
|
||||
// get any cursor at all visible, I've uncommented this for Unix. :-(
|
||||
// See http://bugzilla.mozilla.org/show_bug.cgi?id=4202 for status.
|
||||
//
|
||||
#ifdef XP_UNIX
|
||||
#define SHOW_SELECTION_CURSOR // should be turned off when the caret code is activated
|
||||
#endif
|
||||
//#define SHOW_SELECTION_CURSOR // should be turned off when the caret code is activated
|
||||
|
||||
#ifdef SHOW_SELECTION_CURSOR
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user