mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06: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:
parent
cc447bf122
commit
d140b572ff
4 changed files with 235 additions and 101 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue