On 08/10/2012 11:01 AM, David C. Rankin wrote:
void ListEditor::addItem() { TQListViewItem *i = new TQListViewItem( listview, listview->lastItem() ); i->setRenameEnabled( 0, TRUE ); App->processEvents(); i->startRename( 0 ); }
What needs to be fixed to prevent this from happening? I've looked at the CMakeLists.txt files and ConfigureChecks.cmake I can't find it being done there, so what is doing it?
Any thoughts? I would like to change [FOUND] to [SOLVED] :)
-- David C. Rankin, J.D.,P.E.
I remember fixing this in GIT a long time ago and have a fuzzy memory of tqtinterface being the culprit, but I don't remember exactly what it was.
Tim