+ proper handling of group separator in InputField and QuantitySpinBox

This commit is contained in:
wmayer
2014-07-21 15:03:45 +02:00
parent 81310c906b
commit 2da263ae95
4 changed files with 19 additions and 5 deletions

View File

@@ -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>;
}