mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
e07aba8657
commit
b915aea53e
1 changed files with 2 additions and 2 deletions
|
|
@ -40,8 +40,8 @@ BEGIN_JUCE_NAMESPACE
|
|||
//==============================================================================
|
||||
ComponentBoundsConstrainer::ComponentBoundsConstrainer() throw()
|
||||
: minW (0),
|
||||
maxW (0),
|
||||
minH (0x3fffffff),
|
||||
maxW (0x3fffffff),
|
||||
minH (0),
|
||||
maxH (0x3fffffff),
|
||||
minOffTop (0),
|
||||
minOffLeft (0),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue