mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
Fix a resizing issue (#14750)
This commit is contained in:
parent
9b82dd1a42
commit
2a1295d355
@ -4855,7 +4855,7 @@ void __do_panels_refresh(RCore *core) {
|
||||
}
|
||||
core->panels->isResizing = true;
|
||||
__panel_all_clear (core->panels);
|
||||
__panels_refresh (core);
|
||||
__panels_layout_refresh (core);
|
||||
}
|
||||
|
||||
void __do_panels_refreshOneShot(RCore *core) {
|
||||
|
Loading…
Reference in New Issue
Block a user