mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-26 18:31:29 +00:00
Bug 339192: Readonly textboxes shouldn't look active, patch by Phil Ringnalda <philringnalda@gmail.com>, r=hwaara, sr=pink
This commit is contained in:
parent
75db177f54
commit
63879a6f99
@ -467,7 +467,7 @@ nsNativeThemeMac::DrawWidgetBackground(nsIRenderingContext* aContext, nsIFrame*
|
||||
break;
|
||||
|
||||
case NS_THEME_TEXTFIELD:
|
||||
DrawEditText ( macRect, IsDisabled(aFrame) );
|
||||
DrawEditText ( macRect, (IsDisabled(aFrame) || IsReadOnly(aFrame)) );
|
||||
break;
|
||||
|
||||
case NS_THEME_PROGRESSBAR:
|
||||
|
Loading…
Reference in New Issue
Block a user