Changeset 140 for trunk


Ignore:
Timestamp:
Dec 2, 2016, 2:08:48 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Show hints also for other toolbar buttons then just for ToolBar1.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormMain.pas

    r139 r140  
    177177  for I := 0 to ToolBar1.ButtonCount - 1 do
    178178    ToolBar1.Buttons[I].Hint := ToolBar1.Buttons[I].Caption;
     179  for I := 0 to ToolBar2.ButtonCount - 1 do
     180    ToolBar2.Buttons[I].Hint := ToolBar2.Buttons[I].Caption;
     181  for I := 0 to ToolBar3.ButtonCount - 1 do
     182    ToolBar3.Buttons[I].Hint := ToolBar3.Buttons[I].Caption;
     183  for I := 0 to ToolBar4.ButtonCount - 1 do
     184    ToolBar4.Buttons[I].Hint := ToolBar4.Buttons[I].Caption;
    179185end;
    180186
Note: See TracChangeset for help on using the changeset viewer.