mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix #1843
This commit is contained in:
parent
b4516e4754
commit
ebb3811942
@ -181,7 +181,8 @@ void EnumBinderBase::Set(int value) {
|
||||
rb->SetSelection(value);
|
||||
else if (auto rb = dynamic_cast<wxComboBox*>(GetWindow()))
|
||||
rb->SetSelection(value);
|
||||
throw agi::InternalError("Control type not supported by EnumBinder");
|
||||
else
|
||||
throw agi::InternalError("Control type not supported by EnumBinder");
|
||||
}
|
||||
|
||||
bool StringBinder::TransferFromWindow() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user