Remote Dialog: give focus to pin entry when item selected.
Change-Id: I5718a5b881a32ecf4cebdbd6a682097119c26837
This commit is contained in:
parent
a17737ef45
commit
eba630ca16
@ -343,6 +343,14 @@ void ClientBox::DrawRow( const Rectangle& rRect, const TClientBoxEntry pEntry )
|
|||||||
aBtnPos.Move( 20, 0 );
|
aBtnPos.Move( 20, 0 );
|
||||||
m_aDeauthoriseButton.SetPosPixel( aBtnPos );
|
m_aDeauthoriseButton.SetPosPixel( aBtnPos );
|
||||||
m_aDeauthoriseButton.Show( bAlreadyAuthorised );
|
m_aDeauthoriseButton.Show( bAlreadyAuthorised );
|
||||||
|
if ( bAlreadyAuthorised )
|
||||||
|
{
|
||||||
|
m_aDeauthoriseButton.GetFocus();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
m_aPinBox.GetFocus();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user