Skip to content
Snippets Groups Projects
Commit 2542da04 authored by rswindell's avatar rswindell
Browse files

Fixed ReadColor bug that was causing LogColor settings to not take effect.

parent 9840557b
No related branches found
No related tags found
No related merge requests found
......@@ -335,7 +335,7 @@ public: // User declarations
TPageControl* __fastcall PageControl(int num);
int __fastcall PageNum(TPageControl* obj);
void __fastcall FormMinimize(TObject *Sender);
void __fastcall ReadColor(TRegistry*, AnsiString, TColor*);
TColor __fastcall ReadColor(TRegistry*, AnsiString);
void __fastcall WriteColor(TRegistry*, AnsiString, TColor);
void __fastcall ReadFont(AnsiString, TFont*);
void __fastcall WriteFont(AnsiString, TFont*);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment