mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Compare commits
2 Commits
v1.4.0_bet
...
v1.4.0_bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bafd7356d6 | ||
|
|
1938ab44ba |
@@ -240,8 +240,7 @@ AboutDialog::AboutDialog()
|
|||||||
// version
|
// version
|
||||||
{
|
{
|
||||||
vesizer->Add(0, FromDIP(165), 1, wxEXPAND, FromDIP(5));
|
vesizer->Add(0, FromDIP(165), 1, wxEXPAND, FromDIP(5));
|
||||||
auto version_text = GUI_App::format_display_version();
|
auto version_string = _L("SoftFever Version") + " " + std::string(SoftFever_VERSION);
|
||||||
auto version_string = _L("SoftFever Version") + " " + std::string(version_text);
|
|
||||||
wxStaticText* version = new wxStaticText(this, wxID_ANY, version_string.c_str(), wxDefaultPosition, wxDefaultSize);
|
wxStaticText* version = new wxStaticText(this, wxID_ANY, version_string.c_str(), wxDefaultPosition, wxDefaultSize);
|
||||||
wxFont version_font = GetFont();
|
wxFont version_font = GetFont();
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
|
|||||||
@@ -1040,7 +1040,7 @@ void Sidebar::update_all_preset_comboboxes()
|
|||||||
p_mainframe->load_printer_url(host_url);
|
p_mainframe->load_printer_url(host_url);
|
||||||
}
|
}
|
||||||
|
|
||||||
m_bed_type_list->SelectAndNotify(btPEI);
|
m_bed_type_list->SelectAndNotify(btPEI-1);
|
||||||
m_bed_type_list->Disable();
|
m_bed_type_list->Disable();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -10,5 +10,5 @@ endif()
|
|||||||
if(NOT DEFINED BBL_INTERNAL_TESTING)
|
if(NOT DEFINED BBL_INTERNAL_TESTING)
|
||||||
set(BBL_INTERNAL_TESTING "1")
|
set(BBL_INTERNAL_TESTING "1")
|
||||||
endif()
|
endif()
|
||||||
set(SoftFever_VERSION "1.4.0 beta2")
|
set(SoftFever_VERSION "1.4.0 beta3")
|
||||||
set(SLIC3R_VERSION "01.04.00.17")
|
set(SLIC3R_VERSION "01.04.00.17")
|
||||||
|
|||||||
Reference in New Issue
Block a user