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
4c5e4c47
Kaydet (Commit)
4c5e4c47
authored
Şub 10, 2013
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
update outputsize on parent resize and recalculate bounds
Change-Id: I6180f55137126d50cd6a4b60702c789d4b72a953
üst
2fd5e3ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
svimpbox.cxx
svtools/source/contnr/svimpbox.cxx
+3
-3
No files found.
svtools/source/contnr/svimpbox.cxx
Dosyayı görüntüle @
4c5e4c47
...
...
@@ -1315,8 +1315,8 @@ void SvImpLBox::InitScrollBarBox()
void
SvImpLBox
::
Resize
()
{
Size
aSize
(
pView
->
Control
::
GetOutputSizePixel
()
);
if
(
a
Size
.
Width
()
<=
0
||
a
Size
.
Height
()
<=
0
)
aOutputSize
=
pView
->
Control
::
GetOutputSizePixel
(
);
if
(
a
OutputSize
.
Width
()
<=
0
||
aOutput
Size
.
Height
()
<=
0
)
return
;
nFlags
|=
F_IN_RESIZE
;
InitScrollBarBox
();
...
...
@@ -1324,7 +1324,7 @@ void SvImpLBox::Resize()
if
(
pView
->
GetEntryHeight
())
{
AdjustScrollBars
(
aOutputSize
);
FillView
(
);
UpdateAll
(
false
);
}
// HACK, as in floating and docked windows the scrollbars might not be drawn
// correctly/not be drawn at all after resizing!
...
...
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