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
a469002a
Kaydet (Commit)
a469002a
authored
Haz 25, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
gtk3: render menu arrows with menuitem style not menu style
Change-Id: I35de4ed31bfb9830f52aa5a25ea12bdf719c56ef
üst
f571a174
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
gtk3salnativewidgets-gtk.cxx
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
+3
-2
No files found.
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
Dosyayı görüntüle @
a469002a
...
@@ -902,7 +902,8 @@ bool GtkSalGraphics::drawNativeControl( ControlType nType, ControlPart nPart, co
...
@@ -902,7 +902,8 @@ bool GtkSalGraphics::drawNativeControl( ControlType nType, ControlPart nPart, co
renderType
=
RENDER_MENU_SEPERATOR
;
renderType
=
RENDER_MENU_SEPERATOR
;
break
;
break
;
case
PART_MENU_SUBMENU_ARROW
:
case
PART_MENU_SUBMENU_ARROW
:
context
=
mpMenuStyle
;
styleClass
=
GTK_STYLE_CLASS_ARROW
;
context
=
mpCheckMenuItemStyle
;
renderType
=
RENDER_ARROW
;
renderType
=
RENDER_ARROW
;
break
;
break
;
case
PART_ENTIRE_CONTROL
:
case
PART_ENTIRE_CONTROL
:
...
@@ -1288,7 +1289,7 @@ bool GtkSalGraphics::getNativeControlRegion( ControlType nType, ControlPart nPar
...
@@ -1288,7 +1289,7 @@ bool GtkSalGraphics::getNativeControlRegion( ControlType nType, ControlPart nPar
gfloat
arrow_scaling
,
arrow_size
;
gfloat
arrow_scaling
,
arrow_size
;
arrow_scaling
=
0
;
arrow_scaling
=
0
;
gtk_style_context_get_style
(
mp
Menu
Style
,
gtk_style_context_get_style
(
mp
CheckMenuItem
Style
,
"arrow-scaling"
,
&
arrow_scaling
,
"arrow-scaling"
,
&
arrow_scaling
,
NULL
);
NULL
);
...
...
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