10-22-2016, 12:57 PM
Hey,
I'm trying to get rid of the tooltips on the command menu. Did try by adding
wxToolTip:enable(false)
and by removing
[wxWindow
etToolTip(Win, wxToolTip:new(TipMsg)) || Win <- [Panel,T1,T2|BM]],
in
https://github.com/dgud/wings/blob/maste...u.erl#L493
but not much luck. Could somebody point me in the correct direction?
thanks...
I'm trying to get rid of the tooltips on the command menu. Did try by adding
wxToolTip:enable(false)
and by removing
[wxWindow

in
https://github.com/dgud/wings/blob/maste...u.erl#L493
but not much luck. Could somebody point me in the correct direction?
thanks...