mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-15 00:24:19 +00:00
Internal changes to ResizableBorderComponent to expose a Zone class.
This commit is contained in:
parent
1ef2087154
commit
cc5f0a50b9
14 changed files with 330 additions and 231 deletions
|
|
@ -400,7 +400,7 @@ namespace NumberToStringConverters
|
|||
else
|
||||
{
|
||||
#if JUCE_WIN32
|
||||
#if _MSC_VER <= 1200
|
||||
#if _MSC_VER <= 1400
|
||||
len = _snwprintf (buffer, numChars, L"%.9g", n);
|
||||
#else
|
||||
len = _snwprintf_s (buffer, numChars, _TRUNCATE, L"%.9g", n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue