| 5469 | } |
| 5470 | |
| 5471 | void |
| 5472 | LayoutViewBase::show_properties_as_text (bool sp) |
| 5473 | { |
| 5474 | if (m_show_properties != sp) { |
| 5475 | m_show_properties = sp; |
| 5476 | redraw (); // required because we do some optimizations is text is not visible .. |
| 5477 | } |
| 5478 | } |
| 5479 | |
| 5480 | void |
| 5481 | LayoutViewBase::bitmap_caching (bool l) |