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
a213af34
Kaydet (Commit)
a213af34
authored
Mar 04, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
valgrind: padding is not set
Change-Id: Ide7423fb52110aacc1edf8ca94083e76f408e7ff
üst
5a009a43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
gtk3salnativewidgets-gtk.cxx
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
+2
-0
No files found.
vcl/unx/gtk3/gdi/gtk3salnativewidgets-gtk.cxx
Dosyayı görüntüle @
a213af34
...
@@ -566,6 +566,8 @@ void GtkSalGraphics::PaintOneSpinButton( GtkStyleContext *context,
...
@@ -566,6 +566,8 @@ void GtkSalGraphics::PaintOneSpinButton( GtkStyleContext *context,
gtk_style_context_set_state
(
context
,
stateFlags
);
gtk_style_context_set_state
(
context
,
stateFlags
);
gtk_style_context_add_class
(
context
,
GTK_STYLE_CLASS_BUTTON
);
gtk_style_context_add_class
(
context
,
GTK_STYLE_CLASS_BUTTON
);
gtk_style_context_get_padding
(
context
,
GTK_STATE_FLAG_NORMAL
,
&
padding
);
gtk_render_background
(
context
,
cr
,
gtk_render_background
(
context
,
cr
,
(
buttonRect
.
Left
()
-
aAreaRect
.
Left
()),
(
buttonRect
.
Top
()
-
aAreaRect
.
Top
()),
(
buttonRect
.
Left
()
-
aAreaRect
.
Left
()),
(
buttonRect
.
Top
()
-
aAreaRect
.
Top
()),
buttonRect
.
GetWidth
(),
buttonRect
.
GetHeight
()
);
buttonRect
.
GetWidth
(),
buttonRect
.
GetHeight
()
);
...
...
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