mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #2036 - Prevent GTK color picker from being frozen when launched from a modal XUL window
Based on https://bugzilla.mozilla.org/show_bug.cgi?id=1496836
This commit is contained in:
parent
f35ae1ce7b
commit
6d6d149b6f
2 changed files with 9 additions and 1 deletions
|
|
@ -478,6 +478,7 @@ STUB(gtk_widget_unparent)
|
|||
STUB(gtk_window_deiconify)
|
||||
STUB(gtk_window_fullscreen)
|
||||
STUB(gtk_window_get_group)
|
||||
STUB(gtk_window_get_modal)
|
||||
STUB(gtk_window_get_transient_for)
|
||||
STUB(gtk_window_get_type)
|
||||
STUB(gtk_window_get_type_hint)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue