Skip to content
⌘ NSIS Forum Archive

12/04 snapshot, changed or broken component description?

3 posts

vbgunz#

12/04 snapshot, changed or broken component description?

Hello,

I downloaded the latest snapshot to see what's new and I probably missed it but the following no longer works...

!define MUI_COMPONENTSPAGE_SMALLDESC
!insertmacro MUI_PAGE_COMPONENTS

Instead, the description box is now back on the right. Even if I remove the !define, the appearance of the component page remains the same.

Has calling SMALLDESC changed?
Joost Verburg#
MUI_COMPONENTSPAGE_SMALLDESC is an interface setting, not a page specific setting.

That means that you should set it before inserting the page macros (before the first page).