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
da8bbcbc
Kaydet (Commit)
da8bbcbc
authored
Mar 12, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
presumably this has to be 1 not 0
Change-Id: Iee1e356c6b9e1d7df382b9693c72bd1834034dbd
üst
7d6ce7ba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gtk3salnativewidgets-gtk.cxx
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
+1
-1
No files found.
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
Dosyayı görüntüle @
da8bbcbc
...
...
@@ -1498,7 +1498,7 @@ GtkSalGraphics::GtkSalGraphics( GtkSalFrame *pFrame, GtkWidget *pWindow )
gtk_widget_path_append_type
(
path
,
GTK_TYPE_TOOL_BUTTON
);
gtk_widget_path_append_type
(
path
,
GTK_TYPE_BUTTON
);
gtk_widget_path_iter_add_class
(
path
,
0
,
GTK_STYLE_CLASS_PRIMARY_TOOLBAR
);
gtk_widget_path_iter_add_class
(
path
,
0
,
GTK_STYLE_CLASS_TOOLBAR
);
gtk_widget_path_iter_add_class
(
path
,
1
,
GTK_STYLE_CLASS_TOOLBAR
);
gtk_widget_path_iter_add_class
(
path
,
2
,
GTK_STYLE_CLASS_BUTTON
);
gtk_style_context_set_path
(
mpToolButtonStyle
,
path
);
gtk_widget_path_free
(
path
);
...
...
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