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
3292fbf3
Kaydet (Commit)
3292fbf3
authored
Eki 26, 2012
tarafından
Antonio Fernandez
Kaydeden (comit)
Bjoern Michaelsen
Kas 14, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Menu is fully updated when receiving a HUD activation event.
Change-Id: I4d275bc01ac0baa265d22dcd849020e8f51fc447
üst
8a253188
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
gtkframe.cxx
vcl/unx/gtk/window/gtkframe.cxx
+8
-1
No files found.
vcl/unx/gtk/window/gtkframe.cxx
Dosyayı görüntüle @
3292fbf3
...
@@ -515,7 +515,14 @@ static void ObjectDestroyedNotify( gpointer data )
...
@@ -515,7 +515,14 @@ static void ObjectDestroyedNotify( gpointer data )
static
void
hud_activated
(
gboolean
hud_active
,
gpointer
user_data
)
static
void
hud_activated
(
gboolean
hud_active
,
gpointer
user_data
)
{
{
printf
(
"HUD active state: %d
\n
"
,
hud_active
);
if
(
hud_activated
)
{
GtkSalFrame
*
pSalFrame
=
reinterpret_cast
<
GtkSalFrame
*
>
(
user_data
);
GtkSalMenu
*
pSalMenu
=
reinterpret_cast
<
GtkSalMenu
*
>
(
pSalFrame
->
GetMenu
()
);
if
(
pSalMenu
)
pSalMenu
->
UpdateFull
();
}
}
}
gboolean
ensure_dbus_setup
(
gpointer
data
)
gboolean
ensure_dbus_setup
(
gpointer
data
)
...
...
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