mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-15 04:40:37 +02:00
Fix out of Range
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
IntelliInputDialog::IntelliInputDialog(QEventLoop* Loop, QString Title, QString Label, int value, int minValue, int maxValue, int step)
|
IntelliInputDialog::IntelliInputDialog(QEventLoop* Loop, QString Title, QString Label, int value, int minValue, int maxValue, int step)
|
||||||
{
|
{
|
||||||
|
this->valueInt = value;
|
||||||
createInputBox(Title, Label, value, minValue, maxValue, step);
|
createInputBox(Title, Label, value, minValue, maxValue, step);
|
||||||
createConnections(Loop);
|
createConnections(Loop);
|
||||||
setValuesOfPalette();
|
setValuesOfPalette();
|
||||||
|
|||||||
Reference in New Issue
Block a user