sebastian guttenberg wrote:
when  the toolbar "command buffer" state is set to "off", it is not
possible to enter the command buffer via alt-x. Is this intentional? I
would not see an advantage to have it completely locked...

The problem is that the mini toolbar is correctly shown in:

void GuiToolbars::showCommandBuffer(bool show_it)

But at the next GuiToolbars::update() it is hidden again because the flag has not been set to ToolbarInfo::ON. Could someone explain me why we need to check these ON/OFF statuses at all? It seems to me we could just show/hide the toolbar on-demand without this complicated stuff.

Abdel.


Reply via email to