Fixed: calculator behavior for negative values in trigonometric functions
This commit is contained in:
parent
2435e17b5d
commit
4bef3e8f7b
|
@ -2264,7 +2264,7 @@ void FWidget::drawBorder()
|
|||
}
|
||||
|
||||
//----------------------------------------------------------------------
|
||||
inline void FWidget::quit()
|
||||
void FWidget::quit()
|
||||
{
|
||||
FApplication* fapp = static_cast<FApplication*>(rootObject);
|
||||
fapp->exit(0);
|
||||
|
|
Loading…
Reference in New Issue