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…
Reference in New Issue