We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tested with version v47.1. (Current HEAD of development branch).
When adding a NotebookPage inside a Notebook, the application crashes.
(re.sonny.Workbench.Devel:5521): Gtk-CRITICAL **: 15:48:11.837: gtk_stack_add_named: assertion 'GTK_IS_WIDGET (child)' failed
Working:
using Gtk 4.0; Notebook { NotebookPage { child: Label { label: _("Test"); }; } }
Broken:
using Gtk 4.0; Notebook { NotebookPage { } }
This occurs, while writing normally. The blueprint file needs to be manually modified to prevent the application from crashing on load.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Tested with version v47.1. (Current HEAD of development branch).
When adding a NotebookPage inside a Notebook,
the application crashes.
Working:
Broken:
This occurs, while writing normally. The blueprint file needs to be manually modified to prevent the application from crashing on load.
The text was updated successfully, but these errors were encountered: