Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

empty extra bar occurs using gui

1 visualización (últimos 30 días)
Carsten Benecke
Carsten Benecke el 2 de Sept. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
In order to have access to menu tools I added essentially the following in:
function RCWAApp_OpeningFcn(hObject, eventdata, handles, varargin)
fh = gcf;
fh.ToolBar = 'figure';
...
guidata(hObject, handles);
Instead of displaying only the tool bar an additional bar appears on top of the tool bar (between the uppermost bar (with title) and the tool bar) which contains the docking symbol. My question is how to get rid of this extra bar?
The used gui is relative extensive. However, if I start a gui from scratch (applying the above code) I get the expected tool bar and no extra bar occurs.
%

Respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by