Another attempt at fixing Linux issue.

Note that I have no Linux machine, so this is shooting in the dark....
This commit is contained in:
Jeff Young 2020-02-25 13:51:59 +00:00
parent 4b380f0dc3
commit 4e0cb3c1ad
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ public:
// display data, but Windows will create multiple associations. // display data, but Windows will create multiple associations.
// On MacOS, this crashes kicad. See https://gitlab.com/kicad/code/kicad/issues/3666 // On MacOS, this crashes kicad. See https://gitlab.com/kicad/code/kicad/issues/3666
// and https://gitlab.com/kicad/code/kicad/issues/3653 // and https://gitlab.com/kicad/code/kicad/issues/3653
AttachTo( m_view ); m_view->AssociateModel( this );
#endif #endif
} }