mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-15 15:44:54 -04:00
Version 0.16.1
- fixed a serious bug in section rebuild process - opening search windows sets text focus into search edit box
This commit is contained in:
parent
1fedb2becf
commit
5789e2f9e6
15 changed files with 641 additions and 670 deletions
|
@ -299,8 +299,8 @@ void TreeItem::setAction(const UINT8 action)
|
|||
|
||||
// Set rebuild action for parent, if it has no action now
|
||||
if (parentItem && parentItem->type() != Root
|
||||
&& parentItem->action() == NoAction)
|
||||
parentItem->setAction(Rebuild);
|
||||
&& parentItem->action() == NoAction)
|
||||
parentItem->setAction(Rebuild);
|
||||
}
|
||||
|
||||
void TreeItem::setSubtype(const UINT8 subtype)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue