diagonal cursor for layers view.

This commit is contained in:
brunoherbelin
2020-07-20 14:50:37 +02:00
parent 6d1a6da807
commit 29cbc50183

View File

@@ -804,7 +804,7 @@ View::Cursor LayerView::grab (Source *s, glm::vec2 from, glm::vec2 to, std::pair
std::ostringstream info;
info << "Depth " << std::fixed << std::setprecision(2) << d;
return Cursor(Cursor_ResizeAll, info.str() );
return Cursor(Cursor_ResizeNESW, info.str() );
}