1
Development / Re: Assert in Setting/Environment
« Last post by ollydbg on Today at 08:02:16 am »I just did some test, the result is:
It looks like if you just remove the wxALIGN_CENTER_HORIZONTAL in the xrc file from line 768,you will still see this assert when you try to open the setting dialog.
So, do you think this is the position of the wrong xrc setting? I think it is not.
EDIT:
remove the option wxALIGN_CENTER_HORIZONTAL in the xrc file's line 768 did fix the assert issue.
It looks like if you just remove the wxALIGN_CENTER_HORIZONTAL in the xrc file from line 768,
So, do you think this is the position of the wrong xrc setting? I think it is not.

EDIT:
remove the option wxALIGN_CENTER_HORIZONTAL in the xrc file's line 768 did fix the assert issue.
Recent Posts