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