Skip to content

Commit

Permalink
Minor changes to tree view
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Oct 21, 2010
1 parent d2970a9 commit 78cec4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dialogs/world_prefs/genpropertypage.cpp
Expand Up @@ -1295,13 +1295,13 @@ BOOL CGenPropertyPage::OnInitDialog()
wndpl.rcNormalPosition.right = iRight;
wndpl.rcNormalPosition.left = wndpl.rcNormalPosition.right - 100;


m_cUseTreeViewCtrl.Create(Translate ("Tree View"),
BS_CHECKBOX | WS_VISIBLE | WS_CHILD | BS_AUTOCHECKBOX,
BS_CHECKBOX | BS_AUTOCHECKBOX | BS_NOTIFY | WS_VISIBLE | WS_CHILD,
wndpl.rcNormalPosition,
this,
ID_USE_TREEVIEW);


// bloody hell! so much work ...
LOGFONT logFont;
CFont * pFont = GetDlgItem (IDC_COPY)->GetFont();
Expand Down
1 change: 0 additions & 1 deletion dialogs/world_prefs/prefspropertypages.cpp
Expand Up @@ -2543,7 +2543,6 @@ void CPrefsP7::DoDataExchange(CDataExchange* pDX)
DDX_Check(pDX, IDC_USE_DEFAULT_ALIASES, m_bUseDefaultAliases);
//}}AFX_DATA_MAP


}


Expand Down

0 comments on commit 78cec4e

Please sign in to comment.