fix refreshing in clock screen while resizing / remove some unneded code
This commit is contained in:
@@ -218,7 +218,7 @@ void Scrollpad::Clear(bool clrscr)
|
||||
SetColor(itsColor, itsBgColor);
|
||||
keypad(itsWindow, 1);
|
||||
if (clrscr)
|
||||
Window::Clear();
|
||||
Refresh();
|
||||
}
|
||||
|
||||
Scrollpad &Scrollpad::operator<<(std::ostream &(*os)(std::ostream&))
|
||||
|
||||
Reference in New Issue
Block a user