Fixed: Invalid LineMaxW with scaling
--HG-- branch : experimental-ui-scaling
This commit is contained in:
parent
7ccd9da497
commit
06ab5b5f16
1 changed files with 0 additions and 1 deletions
|
@ -1412,7 +1412,6 @@ namespace NLGUI
|
|||
// ***************************************************************************
|
||||
void CViewText::setLineMaxW (sint nMaxW, bool invalidate)
|
||||
{
|
||||
nMaxW *= _Scale;
|
||||
if(_LineMaxW!=nMaxW)
|
||||
{
|
||||
_LineMaxW = nMaxW;
|
||||
|
|
Loading…
Reference in a new issue