mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
PDF also isn't really text editable
This commit is contained in:
parent
8854ba6fcf
commit
0396719308
@ -825,6 +825,7 @@ void PROJECT_TREE_PANE::onRight( wxTreeEvent& Event )
|
||||
break;
|
||||
|
||||
case TREE_FILE_TYPE::ZIP_ARCHIVE:
|
||||
case TREE_FILE_TYPE::PDF:
|
||||
can_edit = false;
|
||||
can_switch_to_project = false;
|
||||
can_create_new_directory = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user