mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Also revert high DPI bitmaps in ObjectList for now
This commit is contained in:
parent
2fe63e0b04
commit
5522ed9574
2 changed files with 23 additions and 20 deletions
|
@ -399,7 +399,7 @@ void PresetBundle::export_selections(AppConfig &config)
|
|||
void PresetBundle::load_compatible_bitmaps(wxWindow *window)
|
||||
{
|
||||
// We don't actually pass the window pointer here and instead generate
|
||||
// a low DPI bitmap, because the wxBitmapComboBox and wxDataViewControl don't support
|
||||
// a low DPI bitmap, because the wxBitmapComboBox and wxDataViewCtrl don't support
|
||||
// high DPI bitmaps very well, they compute their dimensions wrong.
|
||||
// TODO: Update this when fixed in wxWidgets
|
||||
// See also PresetCollection::load_bitmap_default() and PresetCollection::load_bitmap_add()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue