mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
textbox.cpp: check for pix buffer content first for shure
Origin commit data
------------------
Branch: ni/coolstream
Commit: 66b0d16131
Author: Thilo Graf <dbt@novatux.de>
Date: 2019-04-28 (Sun, 28 Apr 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -607,8 +607,9 @@ void CTextBox::refreshText(void)
|
||||
if (has_changed)
|
||||
clearScreenBuffer();
|
||||
|
||||
if(m_bgpixbuf && (m_old_cText != m_cText))
|
||||
frameBuffer->RestoreScreen(m_old_x, m_old_y, m_old_dx, m_old_dy, m_bgpixbuf);
|
||||
if(m_bgpixbuf)
|
||||
if (m_old_cText != m_cText)
|
||||
frameBuffer->RestoreScreen(m_old_x, m_old_y, m_old_dx, m_old_dy, m_bgpixbuf);
|
||||
|
||||
if (m_bgpixbuf){
|
||||
frameBuffer->RestoreScreen(m_old_x, m_old_y, m_old_dx, m_old_dy, m_bgpixbuf);
|
||||
|
Reference in New Issue
Block a user