wxqt: correct formatting and casting, no functional change
This commit is contained in:
committed by
Vadim Zeitlin
parent
42144b93b7
commit
169d61edb7
@@ -126,7 +126,7 @@ void wxTopLevelWindowQt::SetWindowStyleFlag( long style )
|
||||
Centre();
|
||||
}
|
||||
|
||||
if(!GetHandle())
|
||||
if ( !GetHandle() )
|
||||
return;
|
||||
|
||||
Qt::WindowFlags qtFlags = GetHandle()->windowFlags();
|
||||
|
Reference in New Issue
Block a user