mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Prior to this commit all Grid calculations were carried out using floating point numbers. The dimensions of all items would then be rounded with the same function to calculate the integer dimensions used for Component layout. This resulted in layout solutions where the width or height of items with dimensions specified using the absolute Px quantity could differ from the correctly rounded value of these values. This commit ensures that the width and height of these items are always correct and their cumulative error in size is distributed among items with fractional dimensions. |
||
|---|---|---|
| .. | ||
| juce_analytics | ||
| juce_audio_basics | ||
| juce_audio_devices | ||
| juce_audio_formats | ||
| juce_audio_plugin_client | ||
| juce_audio_processors | ||
| juce_audio_utils | ||
| juce_box2d | ||
| juce_core | ||
| juce_cryptography | ||
| juce_data_structures | ||
| juce_dsp | ||
| juce_events | ||
| juce_graphics | ||
| juce_gui_basics | ||
| juce_gui_extra | ||
| juce_opengl | ||
| juce_osc | ||
| juce_product_unlocking | ||
| juce_video | ||
| CMakeLists.txt | ||