Kaydet (Commit) c20486fb authored tarafından Markus Mohrhard's avatar Markus Mohrhard

prevent flickering when clicking at an entry

Change-Id: I87786c70348d40d4e0a3012425f5ead2a82920c6
üst ad7d2783
......@@ -301,6 +301,9 @@ IMPL_LINK_NOARG( ScCondFormatList, RemoveBtnHdl )
IMPL_LINK( ScCondFormatList, EntrySelectHdl, ScCondFrmtEntry*, pEntry )
{
if(pEntry->IsSelected())
return 0;
for(EntryContainer::iterator itr = maEntries.begin(); itr != maEntries.end(); ++itr)
{
itr->SetInactive();
......
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