mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-19 12:14:35 +02:00
Added new editor layout similar to idTech 5.
Cleaned up the entity inspector. Fixed numerous radiant bugs.
This commit is contained in:
@@ -45,7 +45,20 @@ public:
|
||||
|
||||
// Dialog Data
|
||||
enum { IDD = IDD_DIALOG_INSPECTORS };
|
||||
protected:
|
||||
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
|
||||
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
|
||||
afx_msg void OnPaint();
|
||||
|
||||
private:
|
||||
CFont modernFont;
|
||||
CBrush bgBrush;
|
||||
CBrush editBrush;
|
||||
CBrush staticBrush;
|
||||
|
||||
void ApplyModernTheme();
|
||||
void ApplyModernFontRecursive(CWnd* wnd);
|
||||
void LayoutModern(int cx, int cy);
|
||||
protected:
|
||||
bool initialized;
|
||||
unsigned int dockedTabs;
|
||||
|
||||
Reference in New Issue
Block a user