Display: corection of the first line selection error

This commit is contained in:
heero 2011-10-16 15:17:45 +02:00
parent 863fab113b
commit a03fb96dc9

View File

@ -145,6 +145,7 @@ DrawerManager::DrawerManager(GtkWidget * widget, int32_t x, int32_t y)
m_size.x = x;
m_size.y = y;
m_haveWork = false;
m_nbElement = 0;
// Create the Cairo Element
# if USE_GTK_VERSION_3_0
m_cairo = gdk_cairo_create(gtk_widget_get_window(widget));