IDEA-136064 Copy/Paste from history not working properly

This commit is contained in:
Dmitry Batrak
2015-05-21 15:38:25 +03:00
parent b463dbbe75
commit 4f60a4d0a2
@@ -290,5 +290,10 @@ public class CopyPasteManagerEx extends CopyPasteManager implements ClipboardOwn
fireContentChanged(current, t);
}
}
else {
if (notifyOthers) {
setSystemClipboardContent(t);
}
}
}
}