kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #40081
Common settings changing in 3D viewer
Hi,
I'm trying to get the 3d viewer hooked up to the common settings, so I
can change the DPI scaling.
The 3d viewer frame is a KIWAY_PLAYER, but doesn't seem to participate
in the Kiway ecosystem, as it's never created by a call to Player().
This means it's never included in common settings updates.
Instead, the PCB_BASE_FRAME::CommonSettingsChanged() does the update
via the EDA_3D_VIEWER public interface.
Is there a reason the 3D viewer is not included in the Kiway?
Cheers,
John
Follow ups