Added a gui --selection option to print out the geometry of the selection.
Fixes #425.
This commit is contained in:
committed by
borgmanJeremy
parent
8b51af2010
commit
05c2bc6ae7
@@ -160,7 +160,7 @@ CaptureWidget::CaptureWidget(const uint id,
|
||||
CaptureWidget::~CaptureWidget()
|
||||
{
|
||||
if (m_captureDone) {
|
||||
emit captureTaken(m_id, this->pixmap());
|
||||
emit captureTaken(m_id, this->pixmap(), m_context.selection);
|
||||
} else {
|
||||
emit captureFailed(m_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user