mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fixed a mistake in the previous commit.
This commit is contained in:
parent
9c9b0d1c6d
commit
387054d83f
@ -663,7 +663,9 @@ void PCB_EDIT_FRAME::UseGalCanvas( bool aEnable )
|
||||
{
|
||||
if( aEnable )
|
||||
{
|
||||
if( ( BOARD* board = GetBoard() ) )
|
||||
BOARD* board = GetBoard();
|
||||
|
||||
if( board )
|
||||
board->GetRatsnest()->ProcessBoard();
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user