Skip to content

Commit

Permalink
Fix issue #893
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Piolat committed Dec 23, 2024
1 parent 0a1a10f commit f0d0c5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vst3/dplug/vst3/client.d
Original file line number Diff line number Diff line change
Expand Up @@ -1957,7 +1957,8 @@ nothrow:
// Cubase like the "desired size" so that it can call during a resize.
// FLStudio and probably most hosts wants instead the former size.
// See Issue #888.
if (_vst3Client._daw == DAW.Cubase)
// See Issue #893.
if (_vst3Client._daw == DAW.Cubase || _vst3Client._daw == DAW.DigitalPerformer)
{
if (_vst3Client._client.getDesiredGUISize(&widthLogicalPixels, &heightLogicalPixels))
{
Expand Down

0 comments on commit f0d0c5a

Please sign in to comment.