mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 15:33:12 +00:00
[MSPAINT] Save ToolBox visibility (#5167)
According to my registry analysis, the target value is HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Applets\Paint\General-Bar3:Visible. - Add ShowToolBox registry setting. CORE-18867
This commit is contained in:
parent
5ed7db5acb
commit
1c7c0fa7a7
4 changed files with 19 additions and 2 deletions
|
@ -42,6 +42,7 @@ public:
|
|||
DWORD ShowTextTool;
|
||||
DWORD ShowStatusBar;
|
||||
DWORD ShowPalette;
|
||||
DWORD ShowToolBox;
|
||||
|
||||
enum WallpaperStyle {
|
||||
TILED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue