It might be better to have two access functions for this and to use them for all settings of colours.
| 328 | // It might be better to have two access functions for this and to use |
| 329 | // them for all settings of colours. |
| 330 | void CallTip::SetForeBack(const ColourDesired &fore, const ColourDesired &back) { |
| 331 | colourBG = back; |
| 332 | colourUnSel = fore; |
| 333 | } |