Skip to content

Commit 2a15839

Browse files
committed
Fiddling with tabstops on the treeview
1 parent ae5ad71 commit 2a15839

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

dialogs/world_prefs/GenPropertyPage.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,8 @@ class CGenPropertyPage : public CPropertyPage
166166

167167
virtual bool CheckIfTemporary (CObject * pItem) = 0; // is this a temporary item?
168168

169+
// virtual BOOL PreTranslateMessage(MSG* msg );
170+
169171
// ================== end of virtual functions =======================
170172

171173
// add a single list control item - returns new item number

dialogs/world_prefs/genpropertypage.cpp

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,3 +1838,12 @@ CEditMultiLine dlg;
18381838
return true;
18391839
} // end of CGenPropertyPage::EditFilterText
18401840

1841+
/*
1842+
BOOL CGenPropertyPage::PreTranslateMessage(MSG* msg )
1843+
{
1844+
if( IsDialogMessage( msg ) )
1845+
return TRUE;
1846+
else
1847+
return CWnd::PreTranslateMessage( msg );
1848+
}
1849+
*/

0 commit comments

Comments
 (0)