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
f16d82ea
Kaydet (Commit)
f16d82ea
authored
Haz 03, 2015
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
make it possible to force enable double buffering for all widgets
Change-Id: Ia0c8e9d8a22abaa2c06aea2a0f790dc34903ac37
üst
2e4380a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
window.cxx
vcl/source/window/window.cxx
+1
-2
No files found.
vcl/source/window/window.cxx
Dosyayı görüntüle @
f16d82ea
...
...
@@ -743,7 +743,7 @@ WindowImpl::WindowImpl( WindowType nType )
mbFill
=
true
;
mbSecondary
=
false
;
mbNonHomogeneous
=
false
;
mbDoubleBuffering
=
false
;
// when we are not sure, assume it cannot do double-buffering via RenderContext
mbDoubleBuffering
=
getenv
(
"VCL_DOUBLEBUFFERING_FORCE_ENABLE"
)
;
// when we are not sure, assume it cannot do double-buffering via RenderContext
}
WindowImpl
::~
WindowImpl
()
...
...
@@ -3098,7 +3098,6 @@ void Window::Scroll( long nHorzScroll, long nVertScroll, ScrollFlags nFlags )
void
Window
::
Scroll
(
long
nHorzScroll
,
long
nVertScroll
,
const
Rectangle
&
rRect
,
ScrollFlags
nFlags
)
{
OutputDevice
*
pOutDev
=
GetOutDev
();
Rectangle
aRect
=
pOutDev
->
ImplLogicToDevicePixel
(
rRect
);
aRect
.
Intersection
(
Rectangle
(
Point
(
mnOutOffX
,
mnOutOffY
),
Size
(
mnOutWidth
,
mnOutHeight
)
)
);
...
...
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