| 5571 | } |
| 5572 | |
| 5573 | void |
| 5574 | LayoutViewBase::apply_text_trans (bool f) |
| 5575 | { |
| 5576 | if (m_apply_text_trans != f) { |
| 5577 | m_apply_text_trans = f; |
| 5578 | redraw (); |
| 5579 | } |
| 5580 | } |
| 5581 | |
| 5582 | void |
| 5583 | LayoutViewBase::apply_text_trans_mode (unsigned int m) |
no test coverage detected