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
f420a49a
Kaydet (Commit)
f420a49a
authored
Nis 23, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typo: s/potentioal/potential
Change-Id: I13eecb1d4f79ec022228a95f9ce18ed667e4ef3f
üst
a26d592d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
gridprimitive2d.cxx
drawinglayer/source/primitive2d/gridprimitive2d.cxx
+1
-1
salgdi.cxx
vcl/win/source/gdi/salgdi.cxx
+1
-1
No files found.
drawinglayer/source/primitive2d/gridprimitive2d.cxx
Dosyayı görüntüle @
f420a49a
...
...
@@ -127,7 +127,7 @@ namespace drawinglayer
if
(
rViewInformation
.
getDiscreteViewport
().
isEmpty
())
{
// not set, use logic size to travel over all potenti
o
al grid points
// not set, use logic size to travel over all potential grid points
aExtendedViewport
=
basegfx
::
B2DRange
(
0.0
,
0.0
,
aScale
.
getX
(),
aScale
.
getY
());
}
else
...
...
vcl/win/source/gdi/salgdi.cxx
Dosyayı görüntüle @
f420a49a
...
...
@@ -809,7 +809,7 @@ bool WinSalGraphics::setClipRegion( const Region& i_rClip )
if
(
bUsePolygon
)
{
// #i122149# check the comment above to know that this may lead to potenti
o
al repaint
// #i122149# check the comment above to know that this may lead to potential repaint
// problems. It may be solved (if needed) by scaling the polygon by one in X
// and Y. Currently the workaround to only use it if really unavoidable will
// solve most cases. When someone is really using polygon-based Regions he
...
...
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