Page 1 of 1

Buttons disappeared in Search

Posted: Mon May 29, 2017 8:42 pm
by tkdojo
Hi,

I don't remember or if I did something, but when I do 'Cntl-F' now, the search pane that appears does not show 'Find', 'Find Prev', 'Find Al' , etc. buttons anymore. However, when I close Workspace view, some of them appear. Seems they are getting resized. Is there a setting or configuration to have them appear in a fixed size or undo whatever I've done to make them auto-resized?

Thank you.

BTW, I am using CodeLite 9.1.0 on Ubuntu 14.04

Re: Buttons disappeared in Search

Posted: Mon May 29, 2017 8:47 pm
by eranif
Can you please submit a screenshot? also: please upgrade your CodeLite to 10.0.4 (or 10.0.0) from here:
https://downloads.codelite.org/

Re: Buttons disappeared in Search

Posted: Mon May 29, 2017 9:42 pm
by tkdojo
Screenshots below:

Re: Buttons disappeared in Search

Posted: Tue May 30, 2017 1:26 pm
by eranif
This looks like a bug in the GUI toolkit.
IIRC, it has this strange behavior of extending the drop down control to fit the largest size from the "recently search" items.
I think that this was fixed in CodeLite 10, however, if you can't/won't upgrade to CodeLite 10, deleting the file ~/.codelite/config/codelite.conf will fix the problem (you need to close CodeLite and then delete this file)

Re: Buttons disappeared in Search

Posted: Tue May 30, 2017 6:08 pm
by tkdojo
eranif wrote:This looks like a bug in the GUI toolkit.
IIRC, it has this strange behavior of extending the drop down control to fit the largest size from the "recently search" items.
I think that this was fixed in CodeLite 10, however, if you can't/won't upgrade to CodeLite 10, deleting the file ~/.codelite/config/codelite.conf will fix the problem (you need to close CodeLite and then delete this file)
Thanks, that did the trick.