mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
Previously, the following series of steps would leave the window at full-size on Windows: - Open a JUCE Window - Maximise it - Minimise it - Click the maximise button The expected behaviour is that the window should return to its initial size and position, but instead the window still fills the screen. This issue wasn't present on Ubuntu/Unity because minimising does not invoke ComponentPeer::handleMovedOrResized on that platform. It was not present on macOS because the system is responsible for restoring the previous window size on that platform. |
||
|---|---|---|
| .. | ||
| 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 | ||