summaryrefslogtreecommitdiff
path: root/include/vcl/floatwin.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-07 15:11:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-07 15:37:09 +0100
commit84b1ab44aed51da8393b01a7cfddfa78234e2acc (patch)
tree0fd23f086b4557c07e78aa5d97e436fda373866e /include/vcl/floatwin.hxx
parente057560229d664bcd0ad71ea9ed2352283cd6e21 (diff)
FloatWinPopupFlags::NoMouseRectClose was never set
Change-Id: I5df81113c5ab4009eff82ec0d8c15094a1e24a3a
Diffstat (limited to 'include/vcl/floatwin.hxx')
-rw-r--r--include/vcl/floatwin.hxx15
1 files changed, 7 insertions, 8 deletions
diff --git a/include/vcl/floatwin.hxx b/include/vcl/floatwin.hxx
index 6617968d7ea5..38f1801e0694 100644
--- a/include/vcl/floatwin.hxx
+++ b/include/vcl/floatwin.hxx
@@ -37,17 +37,16 @@ enum class FloatWinPopupFlags
Left = 0x000008,
Right = 0x000010,
NoKeyClose = 0x000020,
- NoMouseRectClose = 0x000040,
- AllMouseButtonClose = 0x000080,
- NoAppFocusClose = 0x000100,
- NewLevel = 0x000200,
- NoMouseUpClose = 0x000400,
- GrabFocus = 0x000800,
- NoHorzPlacement = 0x001000,
+ AllMouseButtonClose = 0x000040,
+ NoAppFocusClose = 0x000080,
+ NewLevel = 0x000100,
+ NoMouseUpClose = 0x000200,
+ GrabFocus = 0x000400,
+ NoHorzPlacement = 0x000800,
};
namespace o3tl
{
- template<> struct typed_flags<FloatWinPopupFlags> : is_typed_flags<FloatWinPopupFlags, 0x001fff> {};
+ template<> struct typed_flags<FloatWinPopupFlags> : is_typed_flags<FloatWinPopupFlags, 0x0fff> {};
}
enum class FloatWinPopupEndFlags