MSW Ratsnest: Force marking ratsnest dirty

When updating the status of the ratsnest, we mark its target layer as
dirty to ensure the revised data are used to draw/clear the ratsnest

Fixes: lp:1800301
* https://bugs.launchpad.net/kicad/+bug/1800301
This commit is contained in:
Seth Hillbrand 2018-11-23 10:53:26 -08:00
parent 62561292e9
commit 50eedcf0b3
1 changed files with 2 additions and 0 deletions

View File

@ -1104,6 +1104,8 @@ static bool showLocalRatsnest( TOOL_MANAGER* aToolMgr, BOARD* aBoard, const VECT
}
}
aToolMgr->GetView()->MarkTargetDirty( KIGFX::TARGET_OVERLAY );
return true;
}