Skip to content

Commit

Permalink
Fixed config property sheet glitch per Worstje commit 3f1bece
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Sep 26, 2010
1 parent c2d77b0 commit f1b12cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialogs/world_prefs/TreePropertySheet.cpp
Expand Up @@ -212,7 +212,7 @@ void CTreePropertySheet::OnSelChanged(
if(pNotify->action==TVC_BYKEYBOARD)
m_cTreeCtrl.SetFocus();

InvalidateRect(&m_rcCaptionBar,FALSE);
InvalidateRect(NULL, FALSE); /* invalidate entire control for redraw -JW */
}

void CTreePropertySheet::OnPaint()
Expand Down

0 comments on commit f1b12cc

Please sign in to comment.