mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
CDBViewQuantity shouldn't crash in the editor.
This commit is contained in:
parent
2e0f06f231
commit
836e2814d8
1 changed files with 10 additions and 7 deletions
|
@ -156,6 +156,8 @@ namespace NLGUI
|
||||||
|
|
||||||
// ***************************************************************************
|
// ***************************************************************************
|
||||||
void CDBViewQuantity::draw ()
|
void CDBViewQuantity::draw ()
|
||||||
|
{
|
||||||
|
if( _Number.hasValue() && _NumberMax.hasValue() )
|
||||||
{
|
{
|
||||||
// change text
|
// change text
|
||||||
sint32 val= _Number.getSInt32();
|
sint32 val= _Number.getSInt32();
|
||||||
|
@ -166,6 +168,7 @@ namespace NLGUI
|
||||||
_CacheMax=valMax;
|
_CacheMax=valMax;
|
||||||
buildTextFromCache();
|
buildTextFromCache();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// parent call
|
// parent call
|
||||||
CViewText::draw();
|
CViewText::draw();
|
||||||
|
|
Loading…
Reference in a new issue