From 8b1225c24021940c66eb3a229d71b49ac1ed56fb Mon Sep 17 00:00:00 2001 From: trisyoungs Date: Wed, 25 Jul 2012 13:45:19 +0000 Subject: [PATCH] Fixed - When not using pixel buffers, after rendering an offscreen icon/image the drawing target was not correctly reset to the screen. --- CMakeLists.txt | 2 +- TODO | 2 ++ aten.kdev4 | 4 ++-- aten.spec | 2 +- configure.ac | 2 +- extra/aten.dsc | 4 ++-- src/main/version.h | 4 ++-- src/render/engine.cpp | 2 +- 8 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index beccf9699..4df21a8fd 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(Aten) set(DESCRIPTION "Aten - Atomic configuration builder and editor") set(AUTHOR "Tristan Youngs") set(VERSION_MAJOR "1") -set(VERSION_MINOR "829") +set(VERSION_MINOR "830") set(VERSION_PATCH "1") set(CMAKE_BUILD_TYPE "Release") diff --git a/TODO b/TODO index 21ab2246a..763dd085f 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,8 @@

Known Bugs