applied patch #2004129 - nsDialogs: Hand cursor for link
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5698 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
ff40110eba
commit
aed07bb8d3
4 changed files with 41 additions and 15 deletions
|
@ -34,6 +34,7 @@ void NSDFUNC ConvertStyleToRTL(enum nsControlType type, LPDWORD style, LPDWORD e
|
|||
|
||||
switch (type)
|
||||
{
|
||||
case NSCTL_LINK:
|
||||
case NSCTL_BUTTON:
|
||||
*style ^= BS_LEFTTEXT | BS_RIGHT | BS_LEFT;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue