set_reactive to the reposition
This commit is contained in:
parent
907229cb92
commit
29b2524e12
|
@ -548,6 +548,7 @@ void FcitxCandidateWindow::updateClientSideUI(
|
|||
positioner->set_gravity(
|
||||
QtWayland::xdg_positioner::gravity_bottom_right);
|
||||
positioner->set_size(width(), height());
|
||||
positioner->set_reactive();
|
||||
positioner->set_constraint_adjustment(
|
||||
QtWayland::xdg_positioner::constraint_adjustment_slide_x |
|
||||
QtWayland::xdg_positioner::constraint_adjustment_flip_y);
|
||||
|
|
Loading…
Reference in New Issue