mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-13 07:08:59 +08:00
2D Plater: Added double-click handler.
This commit is contained in:
parent
f1ec1f068f
commit
ca0e39d7e7
@ -220,6 +220,9 @@ void Plate2D::mouse_up(wxMouseEvent& e) {
|
||||
}
|
||||
}
|
||||
void Plate2D::mouse_dclick(wxMouseEvent& e) {
|
||||
if (e.LeftDClick()) {
|
||||
this->on_double_click();
|
||||
}
|
||||
}
|
||||
|
||||
void Plate2D::set_colors() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user