mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 22:16:09 +08:00
Add small border on non-wxMAC platforms. Needs testing with wxWidgets 2.9.x on wxMSW + wxGTK.
This commit is contained in:
parent
c1e2bc5bd7
commit
5518ac9fa6
@ -145,7 +145,8 @@ sub BUILD {
|
||||
}
|
||||
}
|
||||
|
||||
$self->sizer->Add($grid_sizer, 0, wxEXPAND);
|
||||
# TODO: border size may be related to wxWidgets 2.8.x vs. 2.9.x instead of wxMAC specific
|
||||
$self->sizer->Add($grid_sizer, 0, wxEXPAND | wxALL, &Wx::wxMAC ? 0 : 5);
|
||||
}
|
||||
|
||||
sub _option {
|
||||
|
Loading…
x
Reference in New Issue
Block a user