|
|
@@ -1576,7 +1576,7 @@ private: |
|
|
|
auto newBounds = getLocalBounds();
|
|
|
|
|
|
|
|
#if JUCE_WINDOWS && JUCE_WIN_PER_MONITOR_DPI_AWARE
|
|
|
|
if (! lastBounds.isEmpty() && isWithin (newBounds.toDouble().getAspectRatio(), lastBounds.toDouble().getAspectRatio(), 0.1))
|
|
|
|
if (! lastBounds.isEmpty() && isWithin (newBounds.toDouble().getAspectRatio(), lastBounds.toDouble().getAspectRatio(), 0.001))
|
|
|
|
return;
|
|
|
|
#endif
|
|
|
|
|
|
|
|