mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-21 06:14:08 -06:00
ide: UppHub fix
git-svn-id: svn://ultimatepp.org/upp/trunk@15627 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
604db7c23b
commit
49080b971c
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ UppHubDlg::UppHubDlg()
|
|||
action ^= [=] { Uninstall(); };
|
||||
}
|
||||
}
|
||||
readme.Enable(!IsNull(list.Get("README")));
|
||||
readme.Enable(!IsNull(list.IsCursor() && list.Get("README")));
|
||||
};
|
||||
list.WhenLeftDouble = [=] { Readme(); };
|
||||
readme << [=] { Readme(); };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue