diff --git a/modules/juce_gui_basics/native/juce_Windowing_windows.cpp b/modules/juce_gui_basics/native/juce_Windowing_windows.cpp index f8268f6c6d..15e255034a 100644 --- a/modules/juce_gui_basics/native/juce_Windowing_windows.cpp +++ b/modules/juce_gui_basics/native/juce_Windowing_windows.cpp @@ -3877,7 +3877,8 @@ private: // and if Microsoft's own VS Code doesn't have perfect mouse handling I don't // think we can be expected to either! - if ((styleFlags & windowIsResizable) != 0) + if ((styleFlags & windowIsResizable) != 0 + && Desktop::getInstance().getKioskModeComponent() != &component) { const ScopedThreadDPIAwarenessSetter scope { hwnd };