mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Avoided spacer components in a ToolBar getting keyboard focus
This commit is contained in:
parent
7abbf67a1a
commit
58ca0673c4
2 changed files with 2 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ public:
|
|||
|
||||
@see contentAreaChanged
|
||||
*/
|
||||
const Rectangle<int>& getContentArea() const noexcept { return contentArea; }
|
||||
Rectangle<int> getContentArea() const noexcept { return contentArea; }
|
||||
|
||||
//==============================================================================
|
||||
/** This method must return the size criteria for this item, based on a given toolbar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue