Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3a77584

Browse filesBrowse files
committed
update litehtml
1 parent db77b7d commit 3a77584
Copy full SHA for 3a77584

File tree

Expand file treeCollapse file tree

4 files changed

+4
-14
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+4
-14
lines changed

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ build/
3232
.idea
3333
.vscode
3434

35+
.cache/
36+
html/
37+

‎litehtml

Copy file name to clipboard

‎src/browser_wnd.cpp

Copy file name to clipboardExpand all lines: src/browser_wnd.cpp
-12Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -195,18 +195,6 @@ void browser_window::on_go_clicked()
195195
m_html.grab_focus();
196196
}
197197

198-
bool browser_window::on_address_key_press(guint keyval, guint /*keycode*/, Gdk::ModifierType /*state*/)
199-
{
200-
if(keyval == GDK_KEY_Return)
201-
{
202-
m_address_bar.select_region(0, -1);
203-
on_go_clicked();
204-
return true;
205-
}
206-
207-
return false;
208-
}
209-
210198
void browser_window::on_forward_clicked()
211199
{
212200
m_html.go_forward();

‎src/browser_wnd.h

Copy file name to clipboardExpand all lines: src/browser_wnd.h
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ class browser_window : public Gtk::Window
2525
void on_back_clicked();
2626
void on_render_measure(int number);
2727
void on_draw_measure(int number);
28-
bool on_address_key_press(guint keyval, guint /*keycode*/, Gdk::ModifierType /*state*/);
2928
void on_dump();
3029

3130
protected:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.