Bring back clipboard support

This commit is contained in:
est31 2017-05-28 03:09:33 +02:00
parent 433d68955b
commit 28b854d724
7 changed files with 113 additions and 6 deletions

View file

@ -1285,7 +1285,7 @@ impl WindowMethods for Window {
}
fn supports_clipboard(&self) -> bool {
false
true
}
}