mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[GH-ISSUE #199] Tabs within a Grid crashes the application #134
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bliekp on GitHub (Feb 7, 2019).
Original GitHub issue: https://github.com/kusti8/proton-native/issues/199
I'm trying to recreate an interface using Proton. I want to be able to use tabs in a certain area of the window... I used the following code:
This crashes the app immediately after launch. Log:
@bliekp commented on GitHub (Feb 7, 2019):
It launches ok if I leave the two TextInput lines out...
Also good to know:
This Grid is within a Box within a Group witin a Window. So:
@bliekp commented on GitHub (Feb 7, 2019):
Workaround:
It does work if you place a Box around the Tab...
@kusti8 commented on GitHub (Jan 19, 2020):
Proton Native V2 is now released! If the issue still occurs in the new update, please open a new issue.