File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -166,8 +166,6 @@ class CGenPropertyPage : public CPropertyPage
166
166
167
167
virtual bool CheckIfTemporary (CObject * pItem) = 0; // is this a temporary item?
168
168
169
- // virtual BOOL PreTranslateMessage(MSG* msg );
170
-
171
169
// ================== end of virtual functions =======================
172
170
173
171
// add a single list control item - returns new item number
Original file line number Diff line number Diff line change @@ -1492,7 +1492,7 @@ BOOL CGenPropertyPage::OnInitDialog()
1492
1492
1493
1493
// make checkbox
1494
1494
m_cUseTreeViewCtrl.Create (Translate (" Tree Vie&w" ),
1495
- BS_CHECKBOX | BS_AUTOCHECKBOX | BS_NOTIFY | WS_VISIBLE | WS_CHILD,
1495
+ BS_CHECKBOX | BS_AUTOCHECKBOX | BS_NOTIFY | WS_VISIBLE | WS_CHILD | WS_TABSTOP ,
1496
1496
rCheckBox,
1497
1497
this ,
1498
1498
ID_USE_TREEVIEW);
@@ -1838,12 +1838,3 @@ CEditMultiLine dlg;
1838
1838
return true ;
1839
1839
} // end of CGenPropertyPage::EditFilterText
1840
1840
1841
- /*
1842
- BOOL CGenPropertyPage::PreTranslateMessage(MSG* msg )
1843
- {
1844
- if( IsDialogMessage( msg ) )
1845
- return TRUE;
1846
- else
1847
- return CWnd::PreTranslateMessage( msg );
1848
- }
1849
- */
You can’t perform that action at this time.
0 commit comments