Closed patrickelectric closed 6 months ago
Hey, this is not a bug in the library. Each tab must have a unique ID which by default is derived from the tab title, so if you have two tabs with the same title, naturally there will be an ID conflict. You can override that behaviour by implementing TabViewer::id
.
Let me know if that fixes your issue.
Describe the bug
To Reproduce Steps to reproduce the behavior:
Add the following code:
Expected behavior This should not happens, using egui 0.27