separators in menus

git-svn-id: svn://kolibrios.org@7796 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2020-04-15 17:00:34 +00:00
parent 604a9d71a7
commit 869f0667e0
4 changed files with 83 additions and 21 deletions

View File

@@ -435,9 +435,9 @@ void ProcessEvent(dword id__)
open_new_tab = false;
return;
case IN_NEW_WINDOW:
open_new_tab = true;
open_new_window = true;
EventClickLink(PageLinks.GetURL(PageLinks.active));
open_new_tab = false;
open_new_window = false;
return;
case COPY_LINK_URL:
Clipboard__CopyText(PageLinks.GetURL(PageLinks.active));