Skip to content

Commit

Permalink
Fix a resizing issue (radareorg#14750)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vane11ope authored and radare committed Aug 3, 2019
1 parent 9b82dd1 commit 2a1295d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/panels.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2a1295d

Please sign in to comment.