Skip to content

Commit bfaa3ea

Browse files
committed
Fix App Dimensions on Windows
1 parent b04d469 commit bfaa3ea

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

TemplateProject/TemplateProject.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,6 @@ TemplateProject::TemplateProject(const InstanceInfo& info)
4343
#endif
4444
}
4545

46-
#if IPLUG_EDITOR
47-
void TemplateProject::OnParentWindowResize(int width, int height)
48-
{
49-
if(GetUI())
50-
GetUI()->Resize(width, height, 1.f, false);
51-
}
52-
#endif
53-
5446
#if IPLUG_DSP
5547
void TemplateProject::ProcessBlock(sample** inputs, sample** outputs, int nFrames)
5648
{

TemplateProject/TemplateProject.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class TemplateProject final : public Plugin
2626
TemplateProject(const InstanceInfo& info);
2727

2828
#if IPLUG_EDITOR
29-
void OnParentWindowResize(int width, int height) override;
3029
bool OnHostRequestingSupportedViewConfiguration(int width, int height) override { return true; }
3130
#endif
3231

0 commit comments

Comments
 (0)