Hi how’s it going! I want to resize the TGFileDialog after instantiation:
TGFileDialog* dialog = new TGFileDialog(gClient->GetRoot(), this, kFDOpen, &fi);
dialog->Resize(1000,1000);
The code above segfaults. I attach the console log here. output.txt (875 Bytes)