mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Removed unused 'propgrid' import group from Wx. #764
This commit is contained in:
parent
f9e20db156
commit
bc9ff848dd
1 changed files with 1 additions and 1 deletions
|
@ -1154,7 +1154,7 @@ sub rotated_size {
|
||||||
}
|
}
|
||||||
|
|
||||||
package Slic3r::GUI::Plater::ObjectInfoDialog;
|
package Slic3r::GUI::Plater::ObjectInfoDialog;
|
||||||
use Wx qw(:dialog :id :misc :sizer :propgrid :systemsettings);
|
use Wx qw(:dialog :id :misc :sizer :systemsettings);
|
||||||
use Wx::Event qw(EVT_BUTTON EVT_TEXT_ENTER);
|
use Wx::Event qw(EVT_BUTTON EVT_TEXT_ENTER);
|
||||||
use base 'Wx::Dialog';
|
use base 'Wx::Dialog';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue