Skip to content

Commit 0e7fe47

Browse files
Randall FlaggRandall Flagg
authored andcommitted
Added a few TODOs.
1 parent 45d1c62 commit 0e7fe47

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/LogExpert.UI/Dialogs/ExceptionWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public partial class ExceptionWindow : Form
1212

1313
#region cTor
1414

15+
//TODO: for HighDPI SuspendLayout() before InitializeComponent() and then ResumeLayout() as last command in the CTOR can help in complex forms to reduce flickering and miscalculations. Also, it is a good practice.
1516
public ExceptionWindow(string errorText, string stackTrace)
1617
{
1718
InitializeComponent();

src/LogExpert.UI/Dialogs/FilterColumnChooser.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public partial class FilterColumnChooser : Form
1616

1717
#region cTor
1818

19+
//TODO: add Suspend and ResumeLayout()
1920
public FilterColumnChooser(FilterParams filterParams)
2021
{
2122
InitializeComponent();

0 commit comments

Comments
 (0)