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
2cc92727
Kaydet (Commit)
2cc92727
authored
Nis 28, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gtk3: render notebook pane for tab controls
Change-Id: Ie10163d652a8d918daf0c2b7d807c1658deba742
üst
abf118c1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
gtk3salnativewidgets-gtk.cxx
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
+4
-1
No files found.
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
Dosyayı görüntüle @
2cc92727
...
@@ -929,6 +929,9 @@ bool GtkSalGraphics::drawNativeControl( ControlType nType, ControlPart nPart, co
...
@@ -929,6 +929,9 @@ bool GtkSalGraphics::drawNativeControl( ControlType nType, ControlPart nPart, co
case
CTRL_TAB_BODY
:
case
CTRL_TAB_BODY
:
return
true
;
return
true
;
break
;
break
;
case
CTRL_TAB_PANE
:
context
=
mpNoteBookStyle
;
break
;
case
CTRL_TAB_ITEM
:
case
CTRL_TAB_ITEM
:
context
=
mpNoteBookStyle
;
context
=
mpNoteBookStyle
;
if
(
nState
&
ControlState
::
SELECTED
)
if
(
nState
&
ControlState
::
SELECTED
)
...
@@ -1537,7 +1540,7 @@ bool GtkSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nP
...
@@ -1537,7 +1540,7 @@ bool GtkSalGraphics::IsNativeControlSupported( ControlType nType, ControlPart nP
// return true;
// return true;
case
CTRL_TAB_ITEM
:
case
CTRL_TAB_ITEM
:
//
case CTRL_TAB_PANE:
case
CTRL_TAB_PANE
:
case
CTRL_TAB_BODY
:
case
CTRL_TAB_BODY
:
if
(
nPart
==
PART_ENTIRE_CONTROL
||
nPart
==
PART_TABS_DRAW_RTL
)
if
(
nPart
==
PART_ENTIRE_CONTROL
||
nPart
==
PART_TABS_DRAW_RTL
)
return
true
;
return
true
;
...
...
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