Skip to content

Commit

Permalink
rotate paging buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ksqsf committed Jun 4, 2024
1 parent 436ed39 commit 701fc93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fcitx5-webview
Submodule fcitx5-webview updated 1 files
+22 −2 page/api.ts
2 changes: 1 addition & 1 deletion webpanel/webpanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@ void WebPanel::update(UserInterfaceComponent component,
}
}
window_->set_paging_buttons(pageable, hasPrev, hasNext);
window_->set_writing_mode(config_.typography->writingMode.value());
window_->set_candidates(candidates, highlighted);
window_->set_layout(layout);
window_->set_writing_mode(config_.typography->writingMode.value());
updatePanelShowFlags(!candidates.empty(), PanelShowFlag::HasCandidates);
if (auto macosIC = dynamic_cast<MacosInputContext *>(inputContext)) {
macosIC->setDummyPreedit(
Expand Down

0 comments on commit 701fc93

Please sign in to comment.