Browse Source

Minor cleanup.

merge-requests/365/head
eidheim 11 years ago
parent
commit
1e2e531620
  1. 2
      juci/source.cc

2
juci/source.cc

@ -381,8 +381,6 @@ void Source::ClangView::update_diagnostics() {
bool Source::ClangView::clangview_on_motion_notify_event(GdkEventMotion* event) { bool Source::ClangView::clangview_on_motion_notify_event(GdkEventMotion* event) {
Gdk::Rectangle rectangle(event->x, event->y, 1, 1); Gdk::Rectangle rectangle(event->x, event->y, 1, 1);
diagnostic_tooltips.show(rectangle); diagnostic_tooltips.show(rectangle);
auto cursor=Gdk::Cursor::create(Gdk::CursorType::XTERM);
get_window(Gtk::TextWindowType::TEXT_WINDOW_TEXT)->set_cursor(cursor);
return false; return false;
} }

Loading…
Cancel
Save