Typo fixed

This commit is contained in:
YuSanka 2018-06-29 14:00:22 +02:00
parent f8ab8b43de
commit 678498bed6

View file

@ -194,7 +194,7 @@ void wxDataViewTreeCtrlComboPopup::OnDataViewTreeCtrlSelection(wxCommandEvent& e
// ----------------------------------------------------------------------------
void PrusaCollapsiblePane::OnStateChange(const wxSize& sz)
{
#ifndef __WXOSX__
#ifdef __WXOSX__
wxCollapsiblePane::OnStateChange(sz);
#else
SetSize(sz);