Skip to content

Commit

Permalink
X11: Fix selection update after select completed
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Holecek <hluk@email.cz>
  • Loading branch information
hluk committed Aug 16, 2019
1 parent 125617f commit 56d4f1c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/platform/x11/x11platformclipboard.cpp
Expand Up @@ -122,8 +122,6 @@ void X11PlatformClipboard::onChanged(int mode)
if (!clipboardData.enabled)
return;

clipboardData.timerEmitChange.stop();

// Store the current window title right after the clipboard/selection changes.
// This makes sure that the title points to the correct clipboard/selection
// owner most of the times.
Expand Down

0 comments on commit 56d4f1c

Please sign in to comment.