View Issue Details

IDProjectCategoryView StatusLast Update
0001954Double CommanderGraphical user interfacepublic2020-11-30 07:44
Reportercordylus Assigned ToAlexx2000  
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
ProjectionnoneETAnone 
Target Version0.8.1Fixed in Version0.8.1 
Summary0001954: Leftovers of the last selected internal command after the list has been filtered to 0 results
DescriptionNot everything is cleared.
TagsNo 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]
bug1954.patch (575 bytes)   
Fixed in Revision7909,7915
Operating system
Widgetset
Architecture

Activities

Issue History

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