diff --git a/modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp b/modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp index 613fe64e86..1c0b0ac505 100644 --- a/modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp +++ b/modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp @@ -271,7 +271,6 @@ void TopLevelWindow::addToDesktop (int windowStyleFlags, void* nativeWindowToAtt method. If you do this, it's best to call the base class's getDesktopWindowStyleFlags() method, then add or remove whatever flags are necessary from this value before returning it. */ - jassert ((windowStyleFlags & ~ComponentPeer::windowIsSemiTransparent) == (getDesktopWindowStyleFlags() & ~ComponentPeer::windowIsSemiTransparent));