mirror of https://github.com/PCSX2/pcsx2.git
PCSX2-GUI: Undo formatting
This commit is contained in:
parent
88c2e9ea48
commit
11c346ab02
|
@ -1040,7 +1040,7 @@ wxSize wxSizer::GetMinSize()
|
|||
return ret;
|
||||
}
|
||||
|
||||
void wxSizer::DoSetMinSize(int width, int height)
|
||||
void wxSizer::DoSetMinSize( int width, int height )
|
||||
{
|
||||
m_minSize.x = width;
|
||||
m_minSize.y = height;
|
||||
|
|
|
@ -257,6 +257,7 @@ void operator+=(wxWindow &target, WinType &src)
|
|||
return;
|
||||
*target.GetSizer() += src;
|
||||
}
|
||||
|
||||
template <typename WinType>
|
||||
void operator+=(wxWindow &target, const pxWindowAndFlags<WinType> &src)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue