mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
graph_widget_address_view_fix
This commit is contained in:
parent
a7da42fb85
commit
cf7626ef4e
@ -82,8 +82,6 @@ void GraphOptionsWidget::on_graphOffsetCheckBox_toggled(bool checked)
|
|||||||
{
|
{
|
||||||
Config()->setConfig("ag.offset", checked);
|
Config()->setConfig("ag.offset", checked);
|
||||||
Config()->setConfig("asm.offset", checked);
|
Config()->setConfig("asm.offset", checked);
|
||||||
//Config()->getConfigBool('')
|
|
||||||
//emit Core()->asmOptionsChanged();
|
|
||||||
Core()->triggerAsmOptionsChanged();
|
Core()->triggerAsmOptionsChanged();
|
||||||
triggerOptionsChanged();
|
triggerOptionsChanged();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user