mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-16 02:25:51 +08:00
clean starting cout
This commit is contained in:
parent
9393126b4f
commit
c9c958157d
@ -417,7 +417,6 @@ void MainFrame::update_layout()
|
|||||||
// From the very beginning the Print settings should be selected
|
// From the very beginning the Print settings should be selected
|
||||||
m_last_selected_setting_tab = 0;
|
m_last_selected_setting_tab = 0;
|
||||||
m_last_selected_plater_tab = 999;
|
m_last_selected_plater_tab = 999;
|
||||||
std::cout << "update_layout1: " << m_tabpanel->GetPageCount() << "\n";
|
|
||||||
|
|
||||||
// Set new settings
|
// Set new settings
|
||||||
switch (m_layout)
|
switch (m_layout)
|
||||||
@ -815,7 +814,6 @@ void MainFrame::init_tabpanel()
|
|||||||
|
|
||||||
if (wxGetApp().is_editor())
|
if (wxGetApp().is_editor())
|
||||||
create_preset_tabs();
|
create_preset_tabs();
|
||||||
std::cout << "create_preset_tabs: " << m_tabpanel->GetPageCount() << "\n";
|
|
||||||
|
|
||||||
if (m_plater) {
|
if (m_plater) {
|
||||||
// load initial config
|
// load initial config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user