mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 23:34:17 +02:00
[wgem] custom icon selector
This commit is contained in:
@@ -48,7 +48,7 @@ class ConfirmationDialog(QMessageBox):
|
||||
elif isinstance(comp, TextInputComponent):
|
||||
inst = TextInputQt(comp)
|
||||
elif isinstance(comp, FormComponent):
|
||||
inst = FormQt(comp)
|
||||
inst = FormQt(comp, i18n)
|
||||
else:
|
||||
raise Exception("Cannot render instances of " + comp.__class__.__name__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user