Hi all,
im trying to set the focus back on my textview after pressing a save button. I tried this:
this->set_focus_child(*txtFrage);
and it compiled. But the cursor wasn’t set in the textview.
Greets ah