diff --git a/src/Application/ScaleWidget.cpp b/src/Application/ScaleWidget.cpp index d02e49a..5354f0f 100644 --- a/src/Application/ScaleWidget.cpp +++ b/src/Application/ScaleWidget.cpp @@ -23,6 +23,11 @@ void ScaleWidget::update(){ } void ScaleWidget::draw(){ + // TODO: This should be handled by using GuiEvent + if(_surface != 0){ + setRect(_surface->getBoundingBox()); + } + ofPushStyle(); ofSetColor(255, 255, 255);