View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001954 | Double Commander | Graphical user interface | public | 2017-12-11 00:44 | 2020-11-30 07:44 |
| Reporter | cordylus | Assigned To | Alexx2000 | ||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Projection | none | ETA | none | ||
| Target Version | 0.8.1 | Fixed in Version | 0.8.1 | ||
| Summary | 0001954: Leftovers of the last selected internal command after the list has been filtered to 0 results | ||||
| Description | Not everything is cleared. | ||||
| Tags | No tags attached. | ||||
| Attached Files | bug1954.patch (575 bytes)
Index: src/fmaincommandsdlg.pas
===================================================================
--- src/fmaincommandsdlg.pas (revision 7902)
+++ src/fmaincommandsdlg.pas (working copy)
@@ -279,7 +279,9 @@
LastSelectedText: string;
begin
lblSelectedCommand.Caption := '';
+ lblSelectedCommandHotkey.Caption := '';
lblSelectedCommandHint.Caption := '';
+ lblSelectedCommandCategory.Caption := '';
imgCommandIcon.Picture.Bitmap.Clear;
if lbCommands.ItemIndex <> -1 then
LastSelectedText := lbCommands.Items.Strings[lbCommands.ItemIndex]
| ||||
| Fixed in Revision | 7909,7915 | ||||
| Operating system | |||||
| Widgetset | |||||
| Architecture | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-12-11 00:44 | cordylus | New Issue | |
| 2017-12-11 00:45 | cordylus | File Added: bug1954.patch | |
| 2017-12-11 19:44 | Alexx2000 | Fixed in Revision | => 7909 |
| 2017-12-11 19:44 | Alexx2000 | Assigned To | => Alexx2000 |
| 2017-12-11 19:44 | Alexx2000 | Status | new => resolved |
| 2017-12-11 19:44 | Alexx2000 | Resolution | open => fixed |
| 2017-12-11 19:44 | Alexx2000 | Target Version | => 0.8.1 |
| 2017-12-15 22:46 | Alexx2000 | Fixed in Revision | 7909 => 7909,7915 |
| 2017-12-15 22:46 | Alexx2000 | Fixed in Version | => 0.8.1 |
| 2020-11-30 07:44 | Alexx2000 | Status | resolved => closed |