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
87d5859b
Kaydet (Commit)
87d5859b
authored
May 20, 2015
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
mbHasInsertTab is not needed anymore
Change-Id: Icc7eb914a16d6492146879967a6dc8b634d50b6e
üst
5ccf6718
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
tabbar.hxx
include/svtools/tabbar.hxx
+0
-1
tabbar.cxx
svtools/source/control/tabbar.cxx
+1
-3
No files found.
include/svtools/tabbar.hxx
Dosyayı görüntüle @
87d5859b
...
@@ -347,7 +347,6 @@ private:
...
@@ -347,7 +347,6 @@ private:
bool
mbSelColor
:
1
;
bool
mbSelColor
:
1
;
bool
mbSelTextColor
:
1
;
bool
mbSelTextColor
:
1
;
bool
mbMirrored
:
1
;
bool
mbMirrored
:
1
;
bool
mbHasInsertTab
:
1
;
// if true, the tab bar has an extra tab at the end.
bool
mbScrollAlwaysEnabled
:
1
;
bool
mbScrollAlwaysEnabled
:
1
;
Link
<>
maSelectHdl
;
Link
<>
maSelectHdl
;
...
...
svtools/source/control/tabbar.cxx
Dosyayı görüntüle @
87d5859b
...
@@ -820,7 +820,7 @@ void TabBar::ImplInitControls()
...
@@ -820,7 +820,7 @@ void TabBar::ImplInitControls()
mpImpl
->
mpSizer
.
disposeAndClear
();
mpImpl
->
mpSizer
.
disposeAndClear
();
}
}
if
(
mbHasInsertTab
&&
!
mpImpl
->
mpAddButton
)
if
(
(
mnWinStyle
&
WB_INSERTTAB
)
&&
!
mpImpl
->
mpAddButton
)
{
{
Link
<>
aLink
=
LINK
(
this
,
TabBar
,
ImplAddClickHandler
);
Link
<>
aLink
=
LINK
(
this
,
TabBar
,
ImplAddClickHandler
);
mpImpl
->
mpAddButton
.
reset
(
VclPtr
<
ImplTabButton
>::
Create
(
this
,
WB_REPEAT
));
mpImpl
->
mpAddButton
.
reset
(
VclPtr
<
ImplTabButton
>::
Create
(
this
,
WB_REPEAT
));
...
@@ -878,8 +878,6 @@ void TabBar::ImplInitControls()
...
@@ -878,8 +878,6 @@ void TabBar::ImplInitControls()
mpImpl
->
mpFirstButton
.
disposeAndClear
();
mpImpl
->
mpFirstButton
.
disposeAndClear
();
mpImpl
->
mpLastButton
.
disposeAndClear
();
mpImpl
->
mpLastButton
.
disposeAndClear
();
}
}
mbHasInsertTab
=
(
mnWinStyle
&
WB_INSERTTAB
);
}
}
void
TabBar
::
ImplEnableControls
()
void
TabBar
::
ImplEnableControls
()
...
...
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