mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Simplified the code base by requiring wxWidgets >= 3.0
This commit is contained in:
@@ -398,7 +398,6 @@ sub quick_slice {
|
||||
print_center => $print_center,
|
||||
status_cb => sub {
|
||||
my ($percent, $message) = @_;
|
||||
return if &Wx::wxVERSION_STRING !~ m" 2\.(8\.|9\.[2-9])";
|
||||
$progress_dialog->Update($percent, "$message…");
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user