Enable LAYER_MOD_TEXT_FR layer in fp editor as it should.

It also fixes a crash when changing visibility of other fp texts..
This commit is contained in:
jean-pierre charras 2021-08-16 09:30:54 +02:00
parent 4e273827f0
commit f0c957a2e2
1 changed files with 1 additions and 0 deletions

View File

@ -371,6 +371,7 @@ static std::set<int> s_allowedInFpEditor =
LAYER_PADS_TH,
LAYER_MOD_VALUES,
LAYER_MOD_REFERENCES,
LAYER_MOD_TEXT_FR,
LAYER_MOD_TEXT_INVISIBLE,
LAYER_GRID
};