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
b9532822
Kaydet (Commit)
b9532822
authored
Ock 30, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mpNextBackWin is always null now
Change-Id: Idd789433606da3452b9cb0a702abdf549fb1c8d4
üst
aa644ef7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
9 deletions
+1
-9
window.h
vcl/inc/window.h
+0
-1
clipping.cxx
vcl/source/window/clipping.cxx
+1
-7
window.cxx
vcl/source/window/window.cxx
+0
-1
No files found.
vcl/inc/window.h
Dosyayı görüntüle @
b9532822
...
...
@@ -105,7 +105,6 @@ struct ImplWinData
struct
ImplOverlapData
{
vcl
::
Region
*
mpSaveBackRgn
;
//< saved region, which must be invalidated
VclPtr
<
vcl
::
Window
>
mpNextBackWin
;
//< next window with saved background
};
struct
ImplFrameData
...
...
vcl/source/window/clipping.cxx
Dosyayı görüntüle @
b9532822
...
...
@@ -810,12 +810,8 @@ void Window::SaveBackground( const Point& rPos, const Size& rSize,
void
Window
::
ImplInvalidateAllOverlapBackgrounds
()
{
vcl
::
Window
*
pWindow
=
mpWindowImpl
->
mpFrameData
->
mpFirstBackWin
;
while
(
pWindow
)
if
(
pWindow
)
{
// remember next window here already, as this window could
// be removed within the next if clause from the list
vcl
::
Window
*
pNext
=
pWindow
->
mpWindowImpl
->
mpOverlapData
->
mpNextBackWin
;
if
(
ImplIsWindowInFront
(
pWindow
)
)
{
Rectangle
aRect1
(
Point
(
mnOutOffX
,
mnOutOffY
),
...
...
@@ -831,8 +827,6 @@ void Window::ImplInvalidateAllOverlapBackgrounds()
}
}
pWindow
=
pNext
;
}
}
...
...
vcl/source/window/window.cxx
Dosyayı görüntüle @
b9532822
...
...
@@ -935,7 +935,6 @@ void Window::ImplInit( vcl::Window* pParent, WinBits nStyle, SystemParentData* p
{
mpWindowImpl
->
mpOverlapData
=
new
ImplOverlapData
;
mpWindowImpl
->
mpOverlapData
->
mpSaveBackRgn
=
nullptr
;
mpWindowImpl
->
mpOverlapData
->
mpNextBackWin
=
nullptr
;
}
if
(
pParent
&&
!
mpWindowImpl
->
mbFrame
)
...
...
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