mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-12 03:04:51 -04:00
--Code changes
-Fix build. -Cleanup warnings.
This commit is contained in:
@ -43,6 +43,8 @@ void SpinBox::SetValueStealth(int d)
|
||||
blockSignals(false);
|
||||
}
|
||||
|
||||
void SpinBox::SetValueStealth(size_t d) { SetValueStealth(int(d)); }
|
||||
|
||||
/// <summary>
|
||||
/// Set whether to respond to double click events.
|
||||
/// </summary>
|
||||
|
Reference in New Issue
Block a user