Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Find dialog problems [dup thread, sorry] — Gideros Forum

Find dialog problems [dup thread, sorry]

memememe Member
edited May 2015 in General questions
Couldn't find it in Github -> gideros/giderosplugins. I'd like to look for the two find dialog bugs. :) The dialog running away and sometimes no focus on 'find next' for the enter key.

Lol, I'm stupid. It's just in /gideros.

Sorry.

PS: It seems to be a QT issue that in contrast to the notepad find dialog, clicking Cancel will make the Cancel button keep to have focus the next time the find dialog shows up. Would go hand in hand with the dialog drifting away.

Do you think there could be added something like:

FindDialog::FindDialog()
{
this->setPlacement(screen_centre);
or
this->setPlacement(really_where_it_was_when_i_closed it);


and
this->setButtonFocus(find_next_button);

}

This would be cool.

Comments

Sign In or Register to comment.