Fix bug in template selection in docview framework
Don't use the template specified by the filter in the file open dialog if it's incapable of actually handling the current file. This fixes a regression compared to 2.8 in docview code and allows opening a file using the correct template for its extension even if an incorrect (e.g. default) filter is chosen in the file open dialog. Closes #18123.
This commit is contained in:
committed by
Vadim Zeitlin
parent
b650c9e536
commit
3d75541662
@@ -143,6 +143,7 @@ All (GUI):
|
||||
- Add wxToolbook::EnablePage() (Stefan Ziegler).
|
||||
- Adapt AUI colours to system colour changes (Daniel Kulp).
|
||||
- Fix removing and inserting pages in wxToolbook (Stefan Ziegler).
|
||||
- Fix bug in template selection in docview framework (jwiesemann).
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user