parent
b1b9ef14f5
commit
ff87f87fa6
|
|
@ -165,9 +165,9 @@ void LLSysWellChiclet::setCounter(S32 counter)
|
|||
/*
|
||||
Emulate 4 states of button by background images, see detains in EXT-3147
|
||||
xml attribute Description
|
||||
image_unselected "Unlit" - there are no new messages
|
||||
image_selected "Unlit" + "Selected" - there are no new messages and the Well is open
|
||||
image_pressed "Lit" - there are new messages
|
||||
image_unselected "Unlit" - there are no new messages
|
||||
image_selected "Unlit" + "Selected" - there are no new messages and the Well is open
|
||||
image_pressed "Lit" - there are new messages
|
||||
image_pressed_selected "Lit" + "Selected" - there are new messages and the Well is open
|
||||
*/
|
||||
mButton->setForcePressedState(counter > 0);
|
||||
|
|
|
|||
Loading…
Reference in New Issue