Skip to content

Commit

Permalink
Enhance readability of focused text in result grid using dark styles.…
Browse files Browse the repository at this point in the history
… TreeOptions.PaintOptions.toGhostedIfUnfocused grays out text otherwise. See https://www.heidisql.com/forum.php?t=41458
  • Loading branch information
ansgarbecker committed Nov 11, 2023
1 parent 9e809a9 commit 8507c85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/tabletools.pas
Expand Up @@ -815,6 +815,7 @@ procedure TfrmTableTools.Execute(Sender: TObject);
else if tabsTools.ActivePage = tabBulkTableEdit then
FToolMode := tmBulkTableEdit;
ResultGrid.Clear;
ResultGrid.TrySetFocus;
FResults.Clear;
FFindSeeResultSQL.Clear;
Triggers := TDBObjectList.Create(False); // False, so we can .Free that object afterwards without loosing the contained objects
Expand Down

0 comments on commit 8507c85

Please sign in to comment.