Skip to content

Commit

Permalink
Call resize function after showing or hiding pnlLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
saadati944 committed Apr 8, 2020
1 parent 172b941 commit 788f8ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions textSearch/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ private void lblChangeLogsState_Click(object sender, EventArgs e)
{
pnlLog.Visible = !pnlLog.Visible;
lblChangeLogsState.Text = pnlLog.Visible ? "v" : "^";
frmMain_Resize(this, null) ;
}
void log(string message)
{
Expand Down

0 comments on commit 788f8ff

Please sign in to comment.