From 6c0a6e2e91069da9db13c27a058721b88e8eaba9 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 22 Jun 2020 15:17:04 +0100 Subject: weld emoji dropdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- solenv/bin/native-code.py | 1 - 1 file changed, 1 deletion(-) (limited to 'solenv') 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', -- cgit