Changeset 11005 for code/branches/cpp11_v2/src/modules/overlays
- Timestamp:
- Dec 30, 2015, 10:31:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cpp11_v2/src/modules/overlays/OverlayText.cc
r10999 r11005 111 111 void OverlayText::sizeChanged() 112 112 { 113 if (this->rotState_ == Horizontal)113 if (this->rotState_ == RotationState::Horizontal) 114 114 this->overlay_->setScale(size_.y * sizeCorrection_.y, size_.y * sizeCorrection_.y); 115 else if (this->rotState_ == Vertical)115 else if (this->rotState_ == RotationState::Vertical) 116 116 this->overlay_->setScale(size_.y / (sizeCorrection_.y * sizeCorrection_.y), size_.y * sizeCorrection_.y); 117 117 else
Note: See TracChangeset
for help on using the changeset viewer.