mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-08-12 02:09:04 +08:00
ENH: default turn to color scheme
github: 6299 Signed-off-by: xun.zhang <xun.zhang@bambulab.com> Change-Id: I4ec38a63110cab4560034948e75c2ced45ed1f5a
This commit is contained in:
parent
b24b5af377
commit
3eac767b14
@ -929,8 +929,8 @@ void GCodeViewer::init(ConfigOptionMode mode, PresetBundle* preset_bundle)
|
|||||||
m_view_type_sel = (int)EViewType::Summary;
|
m_view_type_sel = (int)EViewType::Summary;
|
||||||
set_view_type(EViewType::Summary);
|
set_view_type(EViewType::Summary);
|
||||||
} else {
|
} else {
|
||||||
m_view_type_sel = (int)EViewType::FeatureType;
|
m_view_type_sel = (int)EViewType::ColorPrint;
|
||||||
set_view_type(EViewType::FeatureType);
|
set_view_type(EViewType::ColorPrint);
|
||||||
}
|
}
|
||||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(": finished");
|
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << boost::format(": finished");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user