1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-31 11:15:52 +00:00

Code cleaning

This commit is contained in:
YuSanka
2018-06-28 18:14:34 +02:00
parent 896d898124
commit 9e4bea8cce
2 changed files with 15 additions and 95 deletions
+2 -2
View File
@@ -102,10 +102,10 @@ using PageShp = std::shared_ptr<Page>;
class Tab: public wxPanel
{
wxNotebook* m_parent;
//#ifdef __WXOSX__
#ifdef __WXOSX__
wxPanel* m_tmp_panel;
int m_size_move = -1;
//#endif // __WXOSX__
#endif // __WXOSX__
protected:
std::string m_name;
const wxString m_title;