403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.89
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/databases/pgadmin3/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/databases/pgadmin3/files/patch-wxgtk3
*** pgadmin/frm/frmQuery.cpp.orig	Thu Jan  7 15:47:32 2016
--- pgadmin/frm/frmQuery.cpp	Sat May 25 18:03:04 2019
***************
*** 1795,1800 ****
--- 1795,1805 ----
  
  void frmQuery::OnPositionStc(wxStyledTextEvent &event)
  {
+ 	CallAfter(&frmQuery::DoUpdatePositionStc,event);
+ }
+ 
+ void frmQuery::DoUpdatePositionStc(const wxStyledTextEvent &event)
+ {
  	int selFrom, selTo, selCount;
  	sqlQuery->GetSelection(&selFrom, &selTo);
  	selCount = selTo - selFrom;
*** pgadmin/include/frm/frmQuery.h.orig	Thu Jan  7 15:47:32 2016
--- pgadmin/include/frm/frmQuery.h	Sat May 25 18:03:56 2019
***************
*** 171,176 ****
--- 171,177 ----
  
  	void OnChangeStc(wxStyledTextEvent &event);
  	void OnPositionStc(wxStyledTextEvent &event);
+ 	void DoUpdatePositionStc(const wxStyledTextEvent &event);
  	void OnClose(wxCloseEvent &event);
  	void OnSetFocus(wxFocusEvent &event);
  	void OnContents(wxCommandEvent &event);

Youez - 2016 - github.com/yon3zu
LinuXploit