Commit 7efe40fd authored by JoyJ's avatar JoyJ

typo

parent 111eac8c
......@@ -81,7 +81,7 @@ void InitForm()
Font ft = new Font(this.fctb.Font.Name, this.fctb.Font.Size / 1.2f, FontStyle.Regular);
this.popupMenu = new FastColoredTextBoxNS.AutocompleteMenu(this.fctb)
{
MinFragmentLength = 2,
MinFragmentLength = 2
};
this.popupMenu.ToolTip.Popup += this.ToolTip_Popup;
this.popupMenu.Items.Font = ft;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment