evilC / CGui

A wrapper for AHK's GUI functionality, Experimental!
10 stars 1 forks source link

Scrollbar will never show if it didn't show at load-time #14

Closed evilC closed 9 years ago

evilC commented 9 years ago

Even if you drag size up until scrollbars dont show, then size back down, they show again.

Vars only getting initted at start? Check made on var that is not initted?

evilC commented 9 years ago

AdjustToChild() not being called

evilC commented 9 years ago

Any 100% width child item stops this happening.

evilC commented 9 years ago

Or having a child guicontrol? GetClientSize needs fixing i think

evilC commented 9 years ago

Reverted out, f168483 contains old fix