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
cf301dcd
Kaydet (Commit)
cf301dcd
authored
May 13, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Make it more obvious that the value combines DrawFrameFlags|DrawFrameStyle
Change-Id: I60b92fe2f9120b03293e5f880bb94a6c85e5a7ab
üst
b7b0035c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
KDESalGraphics.cxx
vcl/unx/kde4/KDESalGraphics.cxx
+2
-1
No files found.
vcl/unx/kde4/KDESalGraphics.cxx
Dosyayı görüntüle @
cf301dcd
...
...
@@ -839,7 +839,8 @@ bool KDESalGraphics::getNativeControlRegion( ControlType type, ControlPart part,
if
(
part
==
PART_BORDER
)
{
int
nFrameWidth
=
static_cast
<
KDESalInstance
*
>
(
GetSalData
()
->
m_pInstance
)
->
getFrameWidth
();
auto
nStyle
=
static_cast
<
DrawFrameFlags
>
(
val
.
getNumericVal
());
auto
nStyle
=
static_cast
<
DrawFrameFlags
>
(
val
.
getNumericVal
()
&
0xFFF0
);
if
(
nStyle
&
DrawFrameFlags
::
NoDraw
)
{
// in this case the question is: how thick would a frame be
...
...
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