FilenameComponent behavior

Good day. I put FilenameComponent on window and put list of images.
So when user clicks on image FilenameComponent shows image’s filename.
There no flag to forbid invoking listener callback. So there no differnce between user and program sets filename. I think there should be like in TextEdit.setText (const String &newText, const bool sendTextChangeMessage=true) flag to invoke listener callback.
Bests

Yes, that’s a good idea - I’ll add that. Thanks!

As usual fast replying. Many thanks, Jules.