extra uitoolbar in GUI figure (R2023b)
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Bruno Luong
am 15 Sep. 2023
Bearbeitet: Bruno Luong
am 21 Sep. 2023
Just download the R2023b. In the figure I have developped (using GUIDE), there is a full toolbar that I did not create appears as a second toolbar.
I read through the release note and did not find anything about it.
Is it normal? What is the correct way to remove the toolbar or prevent this to happen (my preferable solution).

2 Kommentare
Rik
am 15 Sep. 2023
Perhaps the internal black magic from GUIDE is finally breaking?
The solution (for the removal) is probably to put something in the OpeningFcn, but that is a blind guess (I wasn't aware of R2023b until this morning).
Akzeptierte Antwort
Adam Danz
am 15 Sep. 2023
Bearbeitet: Adam Danz
am 15 Sep. 2023
To try to reproduce this behavior, I created a bare-bones gui in R16b and opened it in R23b but the GUI figure does not show any figure toolbar. Please consider contacting tech support and provide them with the GUI files. Or, if you attach them here, I'd be happy to take a look.
In the meantime, does this remove the unwelcomed toolbar?
fig.ToolBar = 'none';
I will send your feedback to the appropriate channels.
7 Kommentare
Adam Danz
am 20 Sep. 2023
Bearbeitet: Adam Danz
am 20 Sep. 2023
@Bruno Luong, could we have more information about your intentions and expectations for this line? Feel free to respond here or contact me directly using the contact button in my profile.
set(groot,'defaultFigureCreateFcn',@(fig,dummy)addToolbarExplorationButtons(fig));
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!