diff --git a/src/mac/carbon/notebmac.cpp b/src/mac/carbon/notebmac.cpp index cec84b1ba0..2f8f53b786 100644 --- a/src/mac/carbon/notebmac.cpp +++ b/src/mac/carbon/notebmac.cpp @@ -216,6 +216,7 @@ int wxNotebook::SetSelection(int nPage) ChangePage(m_nSelection, nPage); SetControl32BitValue( (ControlHandle) m_macControl , m_nSelection + 1 ) ; + Refresh(); return m_nSelection; } diff --git a/src/mac/notebmac.cpp b/src/mac/notebmac.cpp index cec84b1ba0..2f8f53b786 100644 --- a/src/mac/notebmac.cpp +++ b/src/mac/notebmac.cpp @@ -216,6 +216,7 @@ int wxNotebook::SetSelection(int nPage) ChangePage(m_nSelection, nPage); SetControl32BitValue( (ControlHandle) m_macControl , m_nSelection + 1 ) ; + Refresh(); return m_nSelection; }