Skip to content

Commit

Permalink
Update context.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
LEOYoon-Tsaw authored Feb 20, 2023
1 parent 9aa83e6 commit ecd3649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rime/context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ void Context::Clear() {
bool Context::Select(size_t index) {
bool result = Peek(index);
if (result)
composition_.back().status = Segment::kSelected;
select_notifier_(this);
return result;
}
Expand Down

0 comments on commit ecd3649

Please sign in to comment.