diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-06-22 15:17:04 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-06-23 10:21:26 +0200 |
commit | 6c0a6e2e91069da9db13c27a058721b88e8eaba9 (patch) | |
tree | d337ad09cefc3e3a6356385b4c63fbe809665cbb /solenv | |
parent | 3c5e074a8fe5e0a18d326d37bc54a5ec0f077e4e (diff) |
weld emoji dropdown
sharing a single widget between multiple notebook pages isn't
going to work with native notebooks, so replace with a row
of toggle buttons
Change-Id: Ic24632f6d94d9238423f8b5e61d5e945c98e4a3b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96891
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index dbd9cf720376..0bbf6ecb66f4 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -523,7 +523,6 @@ constructor_map = { custom_widgets = [ 'ContextVBox', 'DropdownBox', - 'EmojiView', 'ManagedMenuButton', 'PriorityHBox', 'PriorityMergedHBox', |