mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
add gtksetting
This commit is contained in:
parent
f582c04a9c
commit
f81a63fde9
@ -252,7 +252,7 @@ setup_system_settings (GtkStyle * style)
|
||||
|
||||
if (!win95) {
|
||||
if (SystemParametersInfo (SPI_GETMENUSHOWDELAY, 0, &menu_delay, 0)) {
|
||||
g_object_set (G_OBJECT (settings), "gtk-menu-bar-popup-delay",
|
||||
g_object_set (G_OBJECT (settings), "gtk-menu-popup-delay",
|
||||
0, NULL);
|
||||
g_object_set (G_OBJECT (settings), "gtk-menu-popdown-delay",
|
||||
menu_delay, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user