mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 05:35:52 +08:00
Removed dead code and a spammy log message.
This commit is contained in:
parent
a49ab1549d
commit
b88d36c391
@ -143,10 +143,8 @@ void Plate2D::clean_instance_thumbnails() {
|
||||
}
|
||||
|
||||
void Plate2D::mouse_drag(wxMouseEvent& e) {
|
||||
const auto pos {e.GetPosition()};
|
||||
const auto& point {this->point_to_model_units(e.GetPosition())};
|
||||
if (e.Dragging()) {
|
||||
Slic3r::Log::info(LogChannel, L"Mouse dragging");
|
||||
this->Refresh();
|
||||
} else {
|
||||
auto cursor = wxSTANDARD_CURSOR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user