Ignore:
Timestamp:
Nov 3, 2021, 5:54:14 PM (3 years ago)
Author:
chronos
Message:
  • Fixed: Gtk2 bug in case of Help window searched text not found.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Help.pas

    r358 r410  
    20572057    Search(InputDlg.EInput.Text);
    20582058    case SearchResult.Count of
    2059       0:
     2059      0: begin
     2060        Gtk2Fix;
    20602061        SimpleMessage(Format(HelpText.Lookup('NOMATCHES'),
    20612062          [InputDlg.EInput.Text]));
     2063      end;
    20622064      1:
    20632065        with THelpLineInfo(SearchResult.Objects[0]) do
Note: See TracChangeset for help on using the changeset viewer.