PDF also isn't really text editable

This commit is contained in:
Marek Roszko 2024-12-20 23:52:19 -05:00
parent 8854ba6fcf
commit 0396719308

View File

@ -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;