Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qt_tstfrm/macros.hpp')
-rw-r--r--qt_tstfrm/macros.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt_tstfrm/macros.hpp b/qt_tstfrm/macros.hpp
index 7cede26627..8046cf7e7d 100644
--- a/qt_tstfrm/macros.hpp
+++ b/qt_tstfrm/macros.hpp
@@ -110,7 +110,7 @@ public:
virtual void DoDraw(shared_ptr<yg::gl::Screen> p)
{
p->beginFrame();
- p->clear();
+ p->clear(yg::gl::Screen::s_bgColor);
test.DoDraw(p);
p->endFrame();
}