diff --git a/WeaselTSF/CandidateList.cpp b/WeaselTSF/CandidateList.cpp index 7c1e8509f..66e282ec8 100644 --- a/WeaselTSF/CandidateList.cpp +++ b/WeaselTSF/CandidateList.cpp @@ -209,8 +209,7 @@ void CCandidateList::UpdateUI(const Context& ctx, const Status& status) { /// if it is owned by active view window //_UpdateOwner(); _ui->Update(ctx, status); - if (_pbShow == FALSE) - _UpdateUIElement(); + _UpdateUIElement(); if (status.composing) Show(_pbShow);