Kaydet (Commit) 4c2339d8 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

simplify

Change-Id: I56941b364c42e725275d80d764c672002ee1e626
üst fedf965c
...@@ -444,7 +444,7 @@ throw ( RuntimeException, std::exception ) ...@@ -444,7 +444,7 @@ throw ( RuntimeException, std::exception )
{ {
// Checkmark or RadioButton // Checkmark or RadioButton
m_pVCLMenu->ShowItem( pMenuItemHandler->nItemId ); m_pVCLMenu->ShowItem( pMenuItemHandler->nItemId );
m_pVCLMenu->CheckItem( pMenuItemHandler->nItemId, ( aItemText == aEnumPart ) ? true : false ); m_pVCLMenu->CheckItem( pMenuItemHandler->nItemId, aItemText == aEnumPart );
MenuItemBits nBits = m_pVCLMenu->GetItemBits( pMenuItemHandler->nItemId ); MenuItemBits nBits = m_pVCLMenu->GetItemBits( pMenuItemHandler->nItemId );
//If not already designated RadioButton set as CheckMark //If not already designated RadioButton set as CheckMark
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment