Changeset - r28578:eced71199ec0
master
0
7
0
Fix: TextfileWindow called virtual methods before constructor completed. (#11889)
SetStringParameters() was called during widget tree init in the constructor.
Calls within a constructor cannot call the derived classes methods. This would result in invalid data being passed to the string system, which could then crash.
SetStringParameters() was called during widget tree init in the constructor.
Calls within a constructor cannot call the derived classes methods. This would result in invalid data being passed to the string system, which could then crash.
7 files changed with 20 insertions and 4 deletions:
0 comments (0 inline, 0 general)
0 comments (0 inline, 0 general)