diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-10-28 12:37:05 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-10-28 12:37:05 +0100 |
commit | 624ff6633c40ab678573a7a38fa3c83c41e0af17 (patch) | |
tree | 210bb4624ea8790d4c5a8b7293636383c30b979f /include/vcl/button.hxx | |
parent | b1271fc9baecc5098b9308fb26868bf3637a6293 (diff) |
only draw menubutton separator when two sides do something different
Change-Id: If6e3b72eacef2325f9f30770bbed32c627bc035c
Diffstat (limited to 'include/vcl/button.hxx')
-rw-r--r-- | include/vcl/button.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx index 9d83d004668c..78df45e006a4 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -108,7 +108,8 @@ enum class PushButtonDropdownStyle { NONE = 0x0000, Toolbox = 0x0001, - MenuButton = 0x0002, + MenuButton = 0x0002, //visual down arrow + SplitMenuButton = 0x0003, //visual down arrow and seperator line }; class VCL_DLLPUBLIC PushButton : public Button |