mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
parent
f154ec0a70
commit
170d77e62c
@ -97,6 +97,9 @@ void OverviewWidget::targetClosed()
|
||||
|
||||
void OverviewWidget::updateTargetView()
|
||||
{
|
||||
if (!targetGraphWidget) {
|
||||
return;
|
||||
}
|
||||
qreal curScale = graphView->getViewScale();
|
||||
int rectx = graphView->getRangeRect().x();
|
||||
int recty = graphView->getRangeRect().y();
|
||||
|
Loading…
Reference in New Issue
Block a user