View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0037615 | Lazarus | Utilities | public | 2020-08-21 15:06 | 2020-09-21 16:14 |
Reporter | BrunoK | Assigned To | Juha Manninen | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | i386 | OS | Windows 10 | ||
Summary | 0037615: CleanLog not stored in settings | ||||
Description | CleanLog not stored in settings | ||||
Tags | No tags attached. | ||||
Fixed in Revision | r63825 | ||||
LazTarget | - | ||||
Widgetset | Win32/Win64 | ||||
Attached Files |
|
|
frmmain.pp.patch (441 bytes)
Index: tools/debugserver/frmmain.pp =================================================================== --- tools/debugserver/frmmain.pp (revision 63802) +++ tools/debugserver/frmmain.pp (working copy) @@ -467,6 +467,7 @@ FShowOnmessage:=ShowOnMessage; FAtBottom:=NewMessageAtBottom; FKeepVisible:=NewMessageVisible; + FCleanLog:=CleanLogOnNewProcess; SaveSettings; end; finally |
|
Applied, thanks. |
|
No complaints -> close. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-08-21 15:06 | BrunoK | New Issue | |
2020-08-21 15:06 | BrunoK | File Added: frmmain.pp.patch | |
2020-08-25 10:49 | Juha Manninen | Assigned To | => Juha Manninen |
2020-08-25 10:49 | Juha Manninen | Status | new => assigned |
2020-08-25 10:52 | Juha Manninen | Status | assigned => resolved |
2020-08-25 10:52 | Juha Manninen | Resolution | open => fixed |
2020-08-25 10:52 | Juha Manninen | Fixed in Revision | => r63825 |
2020-08-25 10:52 | Juha Manninen | LazTarget | => - |
2020-08-25 10:52 | Juha Manninen | Widgetset | Win32/Win64 => Win32/Win64 |
2020-08-25 10:52 | Juha Manninen | Note Added: 0125125 | |
2020-09-21 16:14 | BrunoK | Status | resolved => closed |
2020-09-21 16:14 | BrunoK | Note Added: 0125722 |