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
548ed2c3
Kaydet (Commit)
548ed2c3
authored
Ock 15, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwViewShell::InvalidateWindows: when tiled rendering, ignore visual area
Change-Id: I9b40a32e08f4472b75a236e2720ecbe5927117fb
üst
6263bcfd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
viewsh.cxx
sw/source/core/view/viewsh.cxx
+3
-1
No files found.
sw/source/core/view/viewsh.cxx
Dosyayı görüntüle @
548ed2c3
...
...
@@ -543,7 +543,9 @@ void SwViewShell::InvalidateWindows( const SwRect &rRect )
{
if
(
rSh
.
IsPreview
()
)
::
RepaintPagePreview
(
&
rSh
,
rRect
);
else
if
(
rSh
.
VisArea
().
IsOver
(
rRect
)
)
// In case of tiled rendering, invalidation is wanted even if
// the rectangle is outside the visual area.
else
if
(
rSh
.
VisArea
().
IsOver
(
rRect
)
||
rSh
.
isTiledRendering
()
)
rSh
.
GetWin
()
->
Invalidate
(
rRect
.
SVRect
()
);
}
}
...
...
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