Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
84b1ab44
Kaydet (Commit)
84b1ab44
authored
Tem 07, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
FloatWinPopupFlags::NoMouseRectClose was never set
Change-Id: I5df81113c5ab4009eff82ec0d8c15094a1e24a3a
üst
e0575602
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
10 deletions
+8
-10
floatwin.hxx
include/vcl/floatwin.hxx
+7
-8
winproc.cxx
vcl/source/window/winproc.cxx
+1
-2
No files found.
include/vcl/floatwin.hxx
Dosyayı görüntüle @
84b1ab44
...
@@ -37,17 +37,16 @@ enum class FloatWinPopupFlags
...
@@ -37,17 +37,16 @@ enum class FloatWinPopupFlags
Left
=
0x000008
,
Left
=
0x000008
,
Right
=
0x000010
,
Right
=
0x000010
,
NoKeyClose
=
0x000020
,
NoKeyClose
=
0x000020
,
NoMouseRectClose
=
0x000040
,
AllMouseButtonClose
=
0x000040
,
AllMouseButtonClose
=
0x000080
,
NoAppFocusClose
=
0x000080
,
NoAppFocusClose
=
0x000100
,
NewLevel
=
0x000100
,
NewLevel
=
0x000200
,
NoMouseUpClose
=
0x000200
,
NoMouseUpClose
=
0x000400
,
GrabFocus
=
0x000400
,
GrabFocus
=
0x000800
,
NoHorzPlacement
=
0x000800
,
NoHorzPlacement
=
0x001000
,
};
};
namespace
o3tl
namespace
o3tl
{
{
template
<>
struct
typed_flags
<
FloatWinPopupFlags
>
:
is_typed_flags
<
FloatWinPopupFlags
,
0x0
01
fff
>
{};
template
<>
struct
typed_flags
<
FloatWinPopupFlags
>
:
is_typed_flags
<
FloatWinPopupFlags
,
0x0fff
>
{};
}
}
enum
class
FloatWinPopupEndFlags
enum
class
FloatWinPopupEndFlags
...
...
vcl/source/window/winproc.cxx
Dosyayı görüntüle @
84b1ab44
...
@@ -105,8 +105,7 @@ static bool ImplHandleMouseFloatMode( vcl::Window* pChild, const Point& rMousePo
...
@@ -105,8 +105,7 @@ static bool ImplHandleMouseFloatMode( vcl::Window* pChild, const Point& rMousePo
}
}
else
if
(
nHitTest
==
HITTEST_RECT
)
else
if
(
nHitTest
==
HITTEST_RECT
)
{
{
if
(
!
(
pFloat
->
GetPopupModeFlags
()
&
FloatWinPopupFlags
::
NoMouseRectClose
)
)
pFloat
->
ImplSetMouseDown
();
pFloat
->
ImplSetMouseDown
();
return
true
;
return
true
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment