mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 09:20:43 +08:00
[MSPAINT] There were two "main" windows (#5147)
Our mspaint had two windows of window class "MainWindow". class CToolBox should inherit CWindowImpl<CToolBox> instead of CWindowImpl<CMainWindow>. CORE-18867
This commit is contained in:
committed by
GitHub
parent
784946db8c
commit
86e2f9e635
@@ -9,7 +9,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
class CToolBox : public CWindowImpl<CMainWindow>
|
||||
class CToolBox : public CWindowImpl<CToolBox>
|
||||
{
|
||||
public:
|
||||
DECLARE_WND_CLASS_EX(_T("ToolBox"), CS_DBLCLKS, COLOR_BTNFACE)
|
||||
|
||||
Reference in New Issue
Block a user