I'm sure Sigil just uses Qt's QFileDialog (which in turn is going to use the native file-open dialog of your particular OS).
Having said that: there may be some flags that could be passed to the Qt function to eliminate your particular issue. But I've never seen any flag that would be relevant.
I'd almost bet it's a Qt bug.
|