diff options
| author | Andrea Azzarone <azzaronea@gmail.com> | 2014-05-26 16:58:52 +0200 |
|---|---|---|
| committer | Andrea Azzarone <azzaronea@gmail.com> | 2014-05-26 16:58:52 +0200 |
| commit | 9cdecfdfa063a4cbb52b9f34a037a7425ebbccd0 (patch) | |
| tree | 5c81ea362cd242cae2d6915015df18022ffb12ba /unity-shared | |
| parent | 6b09bcd3d9e8169305665a9f3f2f5f1f0438f1e9 (diff) | |
Enable clipboard by default.
(bzr r3806.2.2)
Diffstat (limited to 'unity-shared')
| -rw-r--r-- | unity-shared/IMTextEntry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unity-shared/IMTextEntry.cpp b/unity-shared/IMTextEntry.cpp index 45241237d..c90701f46 100644 --- a/unity-shared/IMTextEntry.cpp +++ b/unity-shared/IMTextEntry.cpp @@ -27,7 +27,7 @@ NUX_IMPLEMENT_OBJECT_TYPE(IMTextEntry); IMTextEntry::IMTextEntry() : TextEntry("", NUX_TRACKER_LOCATION) - , clipboard_enabled(false) + , clipboard_enabled(true) {} void IMTextEntry::CopyClipboard() |
