GUI: keep consistent when disabling summary (closes #1708)
This commit is contained in:
parent
7627fce15c
commit
5e9ee7afc3
|
|
@ -1839,6 +1839,7 @@ void DisassemblerGraphView::toggleOverviewSlot()
|
|||
if(onlySummary)
|
||||
{
|
||||
onlySummary = false;
|
||||
mToggleSummary->setChecked(false);
|
||||
loadCurrentGraph();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in New Issue