Skip to content

Commit 33301a6

Browse files
authored
Merge branch 'rime:master' into a9m
2 parents 59a7786 + 93eec2d commit 33301a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WeaselTSF/CandidateList.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,7 @@ void CCandidateList::UpdateUI(const Context& ctx, const Status& status) {
209209
/// if it is owned by active view window
210210
//_UpdateOwner();
211211
_ui->Update(ctx, status);
212-
if (_pbShow == FALSE)
213-
_UpdateUIElement();
212+
_UpdateUIElement();
214213

215214
if (status.composing)
216215
Show(_pbShow);

0 commit comments

Comments
 (0)