summaryrefslogtreecommitdiff
path: root/include/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl')
-rw-r--r--include/vcl/settings.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index b62f1b2d0522..1e18e005cb70 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -64,11 +64,10 @@ namespace o3tl
enum class MouseFollowFlags
{
Menu = 0x0001,
- DDList = 0x0002,
};
namespace o3tl
{
- template<> struct typed_flags<MouseFollowFlags> : is_typed_flags<MouseFollowFlags, 0x03> {};
+ template<> struct typed_flags<MouseFollowFlags> : is_typed_flags<MouseFollowFlags, 0x01> {};
}
enum class MouseMiddleButtonAction