Skip to content

Conversation

@sigino
Copy link

@sigino sigino commented Apr 29, 2018

Fix issue #150 "Crash when change text without selecting any entry".
UpdateWebBrowser() will now return immdieately if there is no entry
being selected.

Fix issue yyoon#150 "Crash when change text without selecting any entry".
UpdateWebBrowser() will now return immdieately if there is no entry
being selected.
/// </summary>
private void UpdateWebBrowser()
{
if (this.selectedEntry == null)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Could you please use this.SelectedEntry (with capital S) instead? That one's meant to be used as a getter.
Otherwise, looks good to me. Thanks for fixing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants