Feature #2078
Updated by Zbigniew Rebacz over 4 years ago
It seems that FileSelButton is missing one big feather - tooltip. I highly suggest to change following line (CtrlLib/CtrlUtil.cpp):
<pre>
button.SetImage(CtrlImg::right_arrow()).Tip(t_("Select path.."));
</pre>
.. - means that dialog will be open.
Well, TheIDE code is not perfect and sometimes this class is use and sometimes it is added by hand. Anyway, after applying we should refactor TheIDE to use only FileSelButton.
<pre>
button.SetImage(CtrlImg::right_arrow()).Tip(t_("Select path.."));
</pre>
.. - means that dialog will be open.
Well, TheIDE code is not perfect and sometimes this class is use and sometimes it is added by hand. Anyway, after applying we should refactor TheIDE to use only FileSelButton.