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?
12/04 snapshot, changed or broken component description?
3 posts
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).
That means that you should set it before inserting the page macros (before the first page).
Thank you Joost,
It worked before and after applying your note, it's working again. Thanks!
It worked before and after applying your note, it's working again. Thanks!