mirror of https://gitlab.com/basile.b/dexed.git
hide messages tooltip
This commit is contained in:
parent
5f1a82536d
commit
5d95330d50
|
@ -35,12 +35,14 @@ inherited CEMessagesWidget: TCEMessagesWidget
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
ParentShowHint = False
|
ParentShowHint = False
|
||||||
ReadOnly = True
|
ReadOnly = True
|
||||||
|
ShowHint = True
|
||||||
ShowLines = False
|
ShowLines = False
|
||||||
ShowRoot = False
|
ShowRoot = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
|
ToolTips = False
|
||||||
OnCustomDrawItem = ListCustomDrawItem
|
OnCustomDrawItem = ListCustomDrawItem
|
||||||
OnKeyDown = ListKeyDown
|
OnKeyDown = ListKeyDown
|
||||||
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoToolTips, tvoThemedDraw]
|
Options = [tvoAllowMultiselect, tvoAutoItemHeight, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoThemedDraw]
|
||||||
end
|
end
|
||||||
object selCtxt: TToolBar[1]
|
object selCtxt: TToolBar[1]
|
||||||
Left = 2
|
Left = 2
|
||||||
|
|
Loading…
Reference in New Issue