mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-06-22 23:19:25 -04:00
Fix incorrect error with Adw.AlertDialog responses
This commit is contained in:
parent
2e42dc6848
commit
5c7fb03da7
3 changed files with 33 additions and 4 deletions
11
tests/samples/issue_195.blp
Normal file
11
tests/samples/issue_195.blp
Normal file
|
@ -0,0 +1,11 @@
|
|||
using Gtk 4.0;
|
||||
using Adw 1;
|
||||
|
||||
Adw.AlertDialog dialog1 {
|
||||
responses [
|
||||
ok: "Ok",
|
||||
cancel: "Cancel",
|
||||
]
|
||||
}
|
||||
|
||||
Button cancel {}
|
Loading…
Add table
Add a link
Reference in a new issue