I am working on a patch as of now.
On Fri, Dec 27, 2019 at 9:39 PM Scott Kostyshak wrote:
> On Sat, Jun 29, 2019 at 05:33:04PM -0400, Jason Sun wrote:
> > Let me check again. I have been working on another larger extension these
> > days.
> >
> > On Sat, Jun 29, 2019 at 1:22 PM Stephan Witt wro
On Sat, Jun 29, 2019 at 05:33:04PM -0400, Jason Sun wrote:
> Let me check again. I have been working on another larger extension these
> days.
>
> On Sat, Jun 29, 2019 at 1:22 PM Stephan Witt wrote:
>
> > Am 25.06.2019 um 18:33 schrieb Richard Kimberly Heck :
> > >
> > > Can we get this tested o
Let me check again. I have been working on another larger extension these
days.
On Sat, Jun 29, 2019 at 1:22 PM Stephan Witt wrote:
> Am 25.06.2019 um 18:33 schrieb Richard Kimberly Heck :
> >
> > Can we get this tested on MacOS?
>
> I’ve tried to paste the snippet into the TocWidget.cpp …
> I h
Am 25.06.2019 um 18:33 schrieb Richard Kimberly Heck :
>
> Can we get this tested on MacOS?
I’ve tried to paste the snippet into the TocWidget.cpp …
I had to change the TocWidget.h too, then it compiles.
But I cannot see the improvement in behavior. I’m on master.
Stephan
>
> On 6/19/19 4:52
Can we get this tested on MacOS?
On 6/19/19 4:52 PM, Jason Sun wrote:
> This problem is resolved by inserting the following code to the
> TocWidget.cpp file
>
> voidTocWidget::keyPressEvent(QKeyEvent*event)
> {
> if(event->key()==Qt::Key_Return)
> {
> QModelIndexconst&curIdx=tocTV->currentIndex()
This problem is resolved by inserting the following code to the
TocWidget.cpp file
void TocWidget::keyPressEvent(QKeyEvent *event)
{
if(event->key() == Qt::Key_Return)
{
QModelIndex const & curIdx = tocTV->currentIndex();
goTo(curIdx);
gui_view_.setFocus();