Kaydet (Commit) 18fe7c86 authored tarafından Pranav Kant's avatar Pranav Kant

gtktiledviewer: Make edit mode the default one

This is a testing tool, most of the time developers want to do
something with the document to test some functionality, lets keep
edit mode on by default and save them a second.

Change-Id: I61bbd2b85054b7ebdd14e69ca170674e260368e5
üst bb504742
......@@ -1470,6 +1470,8 @@ static void openDocumentCallback (GObject* source_object, GAsyncResult* res, gpo
gtk_widget_show_all(rWindow.m_pStatusBar);
gtk_widget_hide(rWindow.m_pProgressBar);
gtk_toggle_tool_button_set_active(GTK_TOGGLE_TOOL_BUTTON(rWindow.m_pEnableEditing), TRUE);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment