mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1063265 - Stop Blinking the Text Caret when it isn't visible. r=roc
This commit is contained in:
parent
881a3238b0
commit
dcdc17025a
@ -548,7 +548,7 @@ void nsCaret::ResetBlinking()
|
|||||||
{
|
{
|
||||||
mIsBlinkOn = true;
|
mIsBlinkOn = true;
|
||||||
|
|
||||||
if (mReadOnly) {
|
if (mReadOnly || !mVisible) {
|
||||||
StopBlinking();
|
StopBlinking();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user