octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GUI - X Error: BadMatch


From: marco atzeri
Subject: Re: GUI - X Error: BadMatch
Date: Mon, 28 Jan 2013 21:49:35 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2

On 1/28/2013 9:28 PM, Daniel J Sebald wrote:
On 01/28/2013 02:16 PM, marco atzeri wrote:
On 1/28/2013 7:00 PM, marco atzeri wrote:
[snip]
re-testing ....
Marco


the only change seems the Resource Id number

Marco,

In file-editor-tab.cc replace ->setFocus() with

->setFocus (Qt::OtherFocusReason)

and in file-editor.cc replace ->setFocus() with

->setFocus (Qt::ActiveWindowFocusReason)

compile and run again.  No rhyme or reason to the changes, but perhaps
it will reveal where or what is happening.

Dan

Dan
the second does not exist

all "->setFocus" I see are:

src/m-editor/file-editor-tab.cc: _edit_area->setFocus (Qt::OtherFocusReason);
(changed)

src/main-window.cc:  _terminal->setFocus ();
src/main-window.cc:  _terminal_dock_widget->setFocus ();
src/main-window.cc:  _terminal->setFocus ();
src/main-window.cc:  _history_dock_widget->setFocus ();
src/main-window.cc:  _files_dock_widget->setFocus ();
src/main-window.cc:  _workspace_view->setFocus ();
src/main-window.cc:  _documentation_dock_widget->setFocus ();

$ hg tip
changeset:   15985:f75ffcc82acb
tag:         tip
user:        Julien Bect <address@hidden>
date:        Sun Jan 27 12:29:00 2013 +0100
summary:     Added tests for the legacy class system.

Regards
Marco


reply via email to

[Prev in Thread] Current Thread [Next in Thread]