More effective fixes. Still no issues.
Note: you will most likely end up recompiling the whole thing.
This commit is contained in:
@@ -71,7 +71,10 @@ public:
|
||||
}
|
||||
|
||||
struct TextEntrySettings {
|
||||
TextEntrySettings() { }
|
||||
TextEntrySettings(): smSendOnPop(), sQuestion(""),
|
||||
sInitialAnswer(""), iMaxInputLength(0),
|
||||
bPassword(false), Validate(), OnOK(), OnCancel(),
|
||||
ValidateAppend(), FormatAnswerForDisplay() { }
|
||||
ScreenMessage smSendOnPop;
|
||||
RString sQuestion;
|
||||
RString sInitialAnswer;
|
||||
|
||||
Reference in New Issue
Block a user