+ proper handling of group separator in InputField and QuantitySpinBox
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
#include "DlgCustomizeSpaceball.h"
|
||||
#include "DlgCustomizeSpNavSettings.h"
|
||||
#include "InputField.h"
|
||||
#include "QuantitySpinBox.h"
|
||||
|
||||
using namespace Gui;
|
||||
using namespace Gui::Dialog;
|
||||
@@ -100,4 +101,5 @@ WidgetFactorySupplier::WidgetFactorySupplier()
|
||||
new WidgetProducer<Gui::UrlLabel>;
|
||||
new WidgetProducer<Gui::FileChooser>;
|
||||
new WidgetProducer<Gui::UIntSpinBox>;
|
||||
new WidgetProducer<Gui::QuantitySpinBox>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user