Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/3d/qgs3daxis.cpp
Original file line number Diff line number Diff line change
@@ -562,7 +562,7 @@ void Qgs3DAxis::populateMenu()
{
QWidget *mapCanvas = dynamic_cast<QWidget *>( eng->parent() );
if ( mapCanvas == nullptr )
qDebug() << "NO CANVAS!";
qWarning() << "Qgs3DAxis: no canvas defined!";
else
{
QShortcut *shortcutHome = new QShortcut( QKeySequence( Qt::CTRL + Qt::Key_1 ), mapCanvas );

0 comments on commit 41e846c

Please sign in to comment.