mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 13:15:33 +08:00
Integrated fixes from 1.0 branch.
This commit is contained in:
@@ -210,7 +210,7 @@ CMSWindowsServerTaskBarReceiver::copyLog() const
|
||||
if (!data.empty()) {
|
||||
CMSWindowsClipboard clipboard(m_window);
|
||||
clipboard.open(0);
|
||||
clipboard.empty();
|
||||
clipboard.emptyUnowned();
|
||||
clipboard.add(IClipboard::kText, data);
|
||||
clipboard.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user