Kaydet (Commit) 8ae98805 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS os52 (1.22.228); FILE MERGED

2005/02/03 14:34:44 os 1.22.228.1: #i41635# remove focus rectangle after first selection
üst 3dc3403b
......@@ -2,9 +2,9 @@
*
* $RCSfile: valueset.cxx,v $
*
* $Revision: 1.22 $
* $Revision: 1.23 $
*
* last change: $Author: hr $ $Date: 2004-08-02 17:56:55 $
* last change: $Author: kz $ $Date: 2005-03-01 15:20:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -2220,7 +2220,7 @@ void ValueSet::SelectItem( USHORT nItemId )
if ( (mnSelItemId != nItemId) || mbNoSelection )
{
USHORT nOldItem = mnSelItemId;
USHORT nOldItem = mnSelItemId ? mnSelItemId : 1;
mnSelItemId = nItemId;
mbNoSelection = FALSE;
......
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