Bug en Clase TToolBar de FwH 7.10

Post Reply
Moisoft
Posts: 10
Joined: Wed Oct 19, 2005 7:49 am

Bug en Clase TToolBar de FwH 7.10

Post by Moisoft »

En el Metodo ToggleCheck de la clase TToolBar pone:

Code: Select all

METHOD ToggleCheck( nButton ) INLINE ;
          ::SetCheck( nButton, ! ::IsChecked( nButton ) ), ::IsChecked( nButton )
cuando debería poner:

Code: Select all

METHOD ToggleCheck( nButton ) INLINE ;
          ::SetChecked( nButton, ! ::IsChecked( nButton ) ), ::IsChecked( nButton )
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Moisés,

Arreglado, gracias! :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
Post Reply