mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Edit box baseline (regresses volume control dialog though)
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "PLButtonWidget.h"
|
||||
#include "PLCheckboxWidget.h"
|
||||
#include "PLDialogs.h"
|
||||
#include "PLEditboxWidget.h"
|
||||
#include "PLIconWidget.h"
|
||||
#include "PLImageWidget.h"
|
||||
#include "PLInvisibleWidget.h"
|
||||
@@ -315,6 +316,8 @@ namespace PortabilityLayer
|
||||
widget = RadioButtonWidget::Create(basicState);
|
||||
break;
|
||||
case SerializedDialogItemTypeCodes::kEditBox:
|
||||
widget = EditboxWidget::Create(basicState);
|
||||
break;
|
||||
default:
|
||||
widget = InvisibleWidget::Create(basicState);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user