Martin S. Tignor wrote:
> Hello,
>
> I've checked new code into the main branch that reimplements
> the tool selector. In the process I've broken keyboard focus.
> Whenever the scrollbars around the vpe canvas appear, focus
> goes to them so other things that need keyboard input don't
> work. I'm working on that.
>
I had to move the following functions from protected to public
in ToolSelector.h, in order to avoid errors during the make:
virtual void componentHelp() { this->help(); }
virtual void toolSelect(Symbol s);
virtual void lockSelect(Symbol s);
virtual void categorySelect(Symbol s);
virtual void adjustVisibility(int, int, int, int){}
CategoryNode* getCategoryNode (TreeNode* node, Symbol cat);
Rob.