Skip to content

Commit

Permalink
Set default fill zone mode to rectangle
Browse files Browse the repository at this point in the history
  • Loading branch information
Róbert Toth authored and Róbert Toth committed Apr 23, 2020
1 parent 4be4027 commit 8f482e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/zones/ZoneInteractionContext.cpp
Expand Up @@ -22,7 +22,7 @@ ZoneInteractionContext::ZoneInteractionContext(ImageViewBase& imageView, Editabl
m_zoneDragInteractionCreator(boost::bind(&ZoneInteractionContext::createStdZoneDragInteraction, this, _1, _2)),
m_contextMenuInteractionCreator(boost::bind(&ZoneInteractionContext::createStdContextMenuInteraction, this, _1)),
m_showPropertiesCommand(&ZoneInteractionContext::showPropertiesStub),
m_zoneCreationMode(ZoneCreationMode::POLYGONAL) {}
m_zoneCreationMode(ZoneCreationMode::RECTANGULAR) {}

ZoneInteractionContext::~ZoneInteractionContext() = default;

Expand Down

0 comments on commit 8f482e5

Please sign in to comment.