mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-08 11:31:08 +00:00
FIX: can not select user preset when create filament
Jira: XXXX github: 1936 and fix add preset for printer dialog can not show selected printer Change-Id: Id4308c6bdca17d52d4aa321db359941aa87e0e45 Signed-off-by: maosheng.wei <maosheng.wei@bambulab.com>
This commit is contained in:
@@ -731,14 +731,14 @@ void PrintingTaskPanel::market_scoring_show()
|
||||
{
|
||||
m_score_staticline->Show();
|
||||
m_score_subtask_info->Show();
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << "show market scoring page";
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << " show market scoring page";
|
||||
}
|
||||
|
||||
void PrintingTaskPanel::market_scoring_hide()
|
||||
{
|
||||
m_score_staticline->Hide();
|
||||
m_score_subtask_info->Hide();
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << "hide market scoring page";
|
||||
BOOST_LOG_TRIVIAL(info) << __FUNCTION__ << " hide market scoring page";
|
||||
}
|
||||
|
||||
void PrintingTaskPanel::set_star_count(int star_count)
|
||||
|
||||
Reference in New Issue
Block a user