FIX:restore a port of the layout

jira:[for page fault]

Change-Id: Ifa440903e703d7ceb7e1414d3fcc850ea5546944
This commit is contained in:
tao wang 2024-09-04 17:24:51 +08:00 committed by Lane.Wei
parent 86a8e6c433
commit c179ae8ede
1 changed files with 4 additions and 4 deletions

View File

@ -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();
} }
} }