kattunga / IWBootstrapFramework

Intraweb Bootstrap 3 Framework for Delphi
http://kattunga.github.io/IWBootstrapFramework
MIT License
98 stars 42 forks source link

Changed Parent.ClassName comparisons to allow inherited controls to w… #26

Closed littleearth closed 8 years ago

littleearth commented 8 years ago

…ork.

eg IWBSButton.pas if Parent.ClassName = 'TIWBSNavBar' then if Parent is TIWBSNavBar then

kattunga commented 8 years ago

This was originally done this way to don't need to include other units if you don't use them. But that is not the case now.