mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-20 22:43:16 +08:00
FIX:restore a port of the layout
jira:[for page fault] Change-Id: Ifa440903e703d7ceb7e1414d3fcc850ea5546944
This commit is contained in:
parent
86a8e6c433
commit
c179ae8ede
@ -288,8 +288,8 @@ void MonitorPanel::on_update_all(wxMouseEvent &event)
|
||||
{
|
||||
if (update_flag) {
|
||||
update_all();
|
||||
//Layout();
|
||||
//Refresh();
|
||||
Layout();
|
||||
Refresh();
|
||||
}
|
||||
}
|
||||
|
||||
@ -297,8 +297,8 @@ void MonitorPanel::on_update_all(wxMouseEvent &event)
|
||||
{
|
||||
if (update_flag) {
|
||||
update_all();
|
||||
//Layout();
|
||||
//Refresh();
|
||||
Layout();
|
||||
Refresh();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user