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
f03f2489
Kaydet (Commit)
f03f2489
authored
Haz 18, 2015
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
rendercontext: Fix rendering of double-buffered menubar.
Change-Id: Iea74564ef0ae2188ae29f106c4416df1fe827b42
üst
e5a8d8c0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
menu.cxx
vcl/source/window/menu.cxx
+3
-1
No files found.
vcl/source/window/menu.cxx
Dosyayı görüntüle @
f03f2489
...
@@ -1822,7 +1822,9 @@ void Menu::ImplPaint(vcl::RenderContext& rRenderContext,
...
@@ -1822,7 +1822,9 @@ void Menu::ImplPaint(vcl::RenderContext& rRenderContext,
aTopLeft
.
Y
()
+=
ImplGetSVData
()
->
maNWFData
.
mnMenuFormatBorderY
;
aTopLeft
.
Y
()
+=
ImplGetSVData
()
->
maNWFData
.
mnMenuFormatBorderY
;
}
}
Size
aOutSz
=
rRenderContext
.
GetOutputSizePixel
();
// for the computations, use size of the underlying window, not of RenderContext
Size
aOutSz
=
pWindow
->
GetOutputSizePixel
();
size_t
nCount
=
pItemList
->
size
();
size_t
nCount
=
pItemList
->
size
();
if
(
bLayout
)
if
(
bLayout
)
mpLayoutData
->
m_aVisibleItemBoundRects
.
clear
();
mpLayoutData
->
m_aVisibleItemBoundRects
.
clear
();
...
...
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