Added new editor layout similar to idTech 5.

Cleaned up the entity inspector.
Fixed numerous radiant bugs.
This commit is contained in:
Justin Marshall
2026-05-06 12:47:20 -07:00
parent baeae00185
commit 1a08d4af90
11 changed files with 3883 additions and 723 deletions
+13
View File
@@ -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;