Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion MetroFramework/Controls/MetroTextBox.cs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,9 @@ private void UpdateBaseTextBox()
baseTextBox.BackColor = EffectiveBackColor;
baseTextBox.ForeColor = EffectiveForeColor;
baseTextBox.Font = EffectiveFont;

baseTextBox.Cursor = base.Cursor; // Fix to prevent VS/App crashing when changing the cursor 01/May/2014


if (displayIcon)
{
Point textBoxLocation = new Point(IconSize.Width + 4, 3);
Expand Down