Skip to content

Commit 9f3c47a

Browse files
authored
Merge pull request #6 from franc6/franc6_issue_12_clean
Fixed #12
2 parents 603875c + 82dbc08 commit 9f3c47a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ApplicationJobsListView.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,10 @@ protected override bool ProcessCmdKey(ref Message msg, Keys keyData)
350350
/// </summary>
351351
public void ShowSearch()
352352
{
353+
// Begin/EndUpdate for Mono
354+
this.BeginUpdate();
353355
this.searchPanel.Visible = true;
356+
this.EndUpdate();
354357
this.searchTextBox.Focus();
355358
this.EmptyListMsg = "No applications match your search criteria.";
356359
}

0 commit comments

Comments
 (0)