Skip to content

Commit 93eec2d

Browse files
hwf1324fxliang
authored andcommitted
fix(WeaselTFS): Always update UIElements.
1 parent 022f749 commit 93eec2d

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)