Browse Source

Removed a newline between a jassert and its associated comment

tags/2021-05-28
ed 7 years ago
parent
commit
6b8b0a8c8f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp

+ 0
- 1
modules/juce_gui_basics/windows/juce_TopLevelWindow.cpp View File

@@ -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. 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. method, then add or remove whatever flags are necessary from this value before returning it.
*/ */
jassert ((windowStyleFlags & ~ComponentPeer::windowIsSemiTransparent) jassert ((windowStyleFlags & ~ComponentPeer::windowIsSemiTransparent)
== (getDesktopWindowStyleFlags() & ~ComponentPeer::windowIsSemiTransparent)); == (getDesktopWindowStyleFlags() & ~ComponentPeer::windowIsSemiTransparent));


Loading…
Cancel
Save