diff options
Diffstat (limited to 'src/input/move_grab.rs')
| -rw-r--r-- | src/input/move_grab.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/input/move_grab.rs b/src/input/move_grab.rs index 71d115d7..e62a74f8 100644 --- a/src/input/move_grab.rs +++ b/src/input/move_grab.rs @@ -73,6 +73,8 @@ impl PointerGrab<State> for MoveGrab { false, ); } + // FIXME: only redraw the previous and the new output. + data.niri.queue_redraw_all(); return; } } else { |
