mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-02-15 06:53:58 +00:00
CaptureWidget: Add missing member initialization
This commit is contained in:
@@ -54,8 +54,9 @@ CaptureWidget::CaptureWidget(const uint id, const QString &forcedSavePath,
|
||||
QWidget *parent) :
|
||||
QWidget(parent), m_screenshot(nullptr), m_mouseOverHandle(0),
|
||||
m_mouseIsClicked(false), m_rightClick(false), m_newSelection(false),
|
||||
m_grabbing(false), m_captureDone(false), m_forcedSavePath(forcedSavePath),
|
||||
m_id(id), m_state(CaptureButton::TYPE_MOVESELECTION)
|
||||
m_grabbing(false), m_captureDone(false), m_toolIsForDrawing(false),
|
||||
m_forcedSavePath(forcedSavePath), m_id(id),
|
||||
m_state(CaptureButton::TYPE_MOVESELECTION)
|
||||
{
|
||||
m_showInitialMsg = m_config.showHelpValue();
|
||||
m_thickness = m_config.drawThicknessValue();
|
||||
|
||||
Reference in New Issue
Block a user