MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setTrim

Method setTrim

source/windowing/StarImageWidget.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77void ImageWidget::setTrim(bool trim) {
78 m_trim = trim;
79 transformDrawables();
80}
81
82void ImageWidget::setMaxSize(Vec2I const& size) {
83 m_maxSize = size;

Callers 1

imageHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected