mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
More fixes for bridges. #58
This commit is contained in:
@@ -158,7 +158,7 @@ sub do_slice {
|
||||
{
|
||||
local $SIG{__WARN__} = sub {
|
||||
my $message = shift;
|
||||
Wx::MessageDialog->new($self, $message, 'Non-manifold object',
|
||||
Wx::MessageDialog->new($self, $message, 'Warning',
|
||||
wxOK | wxICON_WARNING)->ShowModal;
|
||||
};
|
||||
$skein->go;
|
||||
|
||||
Reference in New Issue
Block a user