mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 11:06:30 +03:00
Take into account the line spacing to position the cursor.
This commit is contained in:
@@ -3762,10 +3762,10 @@ void App::init( InitParameters& params ) {
|
||||
mRedirectToFirstInstance = params.redirectToFirstInstance;
|
||||
|
||||
#ifdef ECODE_SHAREDIR
|
||||
mResPath = ECODE_SHAREDIR;
|
||||
FileSystem::dirAddSlashAtEnd( mResPath );
|
||||
mResPath = ECODE_SHAREDIR;
|
||||
FileSystem::dirAddSlashAtEnd( mResPath );
|
||||
#else
|
||||
mResPath = Sys::getProcessPath();
|
||||
mResPath = Sys::getProcessPath();
|
||||
#endif
|
||||
|
||||
#if EE_PLATFORM == EE_PLATFORM_LINUX
|
||||
|
||||
Reference in New Issue
Block a user