mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
RectangleList: Avoid infinite loops due to numerical precision issues
This commit is contained in:
parent
92573ca1ad
commit
d10c5c36e3
43 changed files with 376 additions and 73 deletions
|
|
@ -1937,6 +1937,7 @@ add_library( ${BINARY_NAME}
|
|||
"../../../../../modules/juce_graphics/geometry/juce_Rectangle.h"
|
||||
"../../../../../modules/juce_graphics/geometry/juce_Rectangle_test.cpp"
|
||||
"../../../../../modules/juce_graphics/geometry/juce_RectangleList.h"
|
||||
"../../../../../modules/juce_graphics/geometry/juce_RectangleList_test.cpp"
|
||||
"../../../../../modules/juce_graphics/image_formats/jpglib/cderror.h"
|
||||
"../../../../../modules/juce_graphics/image_formats/jpglib/cdjpeg.h"
|
||||
"../../../../../modules/juce_graphics/image_formats/jpglib/changes to libjpeg for JUCE.txt"
|
||||
|
|
@ -4652,6 +4653,7 @@ set_source_files_properties(
|
|||
"../../../../../modules/juce_graphics/geometry/juce_Rectangle.h"
|
||||
"../../../../../modules/juce_graphics/geometry/juce_Rectangle_test.cpp"
|
||||
"../../../../../modules/juce_graphics/geometry/juce_RectangleList.h"
|
||||
"../../../../../modules/juce_graphics/geometry/juce_RectangleList_test.cpp"
|
||||
"../../../../../modules/juce_graphics/image_formats/jpglib/cderror.h"
|
||||
"../../../../../modules/juce_graphics/image_formats/jpglib/cdjpeg.h"
|
||||
"../../../../../modules/juce_graphics/image_formats/jpglib/changes to libjpeg for JUCE.txt"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue