mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Typo fixed
This commit is contained in:
@@ -194,7 +194,7 @@ void wxDataViewTreeCtrlComboPopup::OnDataViewTreeCtrlSelection(wxCommandEvent& e
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
void PrusaCollapsiblePane::OnStateChange(const wxSize& sz)
|
void PrusaCollapsiblePane::OnStateChange(const wxSize& sz)
|
||||||
{
|
{
|
||||||
#ifndef __WXOSX__
|
#ifdef __WXOSX__
|
||||||
wxCollapsiblePane::OnStateChange(sz);
|
wxCollapsiblePane::OnStateChange(sz);
|
||||||
#else
|
#else
|
||||||
SetSize(sz);
|
SetSize(sz);
|
||||||
|
|||||||
Reference in New Issue
Block a user