mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 13:26:02 -04:00
Replace unsigned int, and char with uint and uchar.
This commit is contained in:
@ -28,7 +28,7 @@ void Fractorium::UpdateHistogramBounds()
|
||||
|
||||
if (r->GetDensityFilter())
|
||||
{
|
||||
unsigned int deWidth = (r->GetDensityFilter()->FilterWidth() * 2) + 1;
|
||||
uint deWidth = (r->GetDensityFilter()->FilterWidth() * 2) + 1;
|
||||
|
||||
sprintf_s(m_DEString, 16, "%d x %d", deWidth, deWidth);
|
||||
ui.InfoBoundsTable->item(1, 1)->setText(QString(m_DEString));
|
||||
|
Reference in New Issue
Block a user