mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-21 01:33:15 +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) {
|
if (update_flag) {
|
||||||
update_all();
|
update_all();
|
||||||
//Layout();
|
Layout();
|
||||||
//Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -297,8 +297,8 @@ void MonitorPanel::on_update_all(wxMouseEvent &event)
|
|||||||
{
|
{
|
||||||
if (update_flag) {
|
if (update_flag) {
|
||||||
update_all();
|
update_all();
|
||||||
//Layout();
|
Layout();
|
||||||
//Refresh();
|
Refresh();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user