1
0
Fork 0
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:
jules 2016-06-02 09:04:45 +01:00
parent 7abbf67a1a
commit 58ca0673c4
2 changed files with 2 additions and 1 deletions

View file

@ -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