mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
diagonal cursor for layers view.
This commit is contained in:
2
View.cpp
2
View.cpp
@@ -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() );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user