mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: calibration bitmaps management and default save name
1. optimize bitmaps initialize 2. has a default name when saving 3. add a DEBUG macro 4. fix some issue STUDIO-3140、STUDIO-3142、STUDIO-3110 Change-Id: I9bbe5db42aa3988b76653f82627ccb1c3c76dfcb
This commit is contained in:
@@ -314,6 +314,8 @@ void BBLStatusBarSend::set_status_text(const std::string& txt)
|
||||
void BBLStatusBarSend::set_status_text(const char *txt)
|
||||
{
|
||||
this->set_status_text(wxString::FromUTF8(txt));
|
||||
get_panel()->Layout();
|
||||
get_panel()->Refresh();
|
||||
}
|
||||
|
||||
void BBLStatusBarSend::msw_rescale() {
|
||||
|
||||
Reference in New Issue
Block a user