octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45545] The listdlg items can no longer be sel


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #45545] The listdlg items can no longer be selected
Date: Tue, 14 Jul 2015 19:23:54 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 SeaMonkey/2.15

Follow-up Comment #4, bug #45545 (project octave):

The changeset making the mod to case insensitive is here:

http://hg.savannah.gnu.org/hgweb/octave/rev/8bfadb26afcd

So maybe changing

selmode = "Multiple"

to

selmode = "multiple"

is more along that line.  But I'm sure there is an easy way to make the C++/Qt
code test case insensitive.  E.g.,

http://doc.qt.io/qt-4.8/qstring.html#compare-6


  if (! mode.compare ("single", Qt::CaseInsensitive))


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45545>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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