Adventure implemented....

... unfortunately, no change that I could see. For example in Document (select sample document and right-click > Edit properties) when editing type, the phrasewheel is not visible even when this Editing window is zoomed to the maximum size of the Mac screen. I am guessing this phrasewheel is a floating object separate from the parent window?

On 22-Jan-08, at 8:31 AM, Karsten Hilbert wrote:

There is one line which you might edit if you feel
adventurous to see whether it makes any difference:

gnumed/client/wxpython/gmPhraseWheel.py

change line (about 206):

self.__picklist_dropdown = wx.Window(parent=self, style = wx.SIMPLE_BORDER)

into:

self.__picklist_dropdown = wx.Window(parent=parent, style = wx.SIMPLE_BORDER)



_______________________________________________
Gnumed-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnumed-devel

Reply via email to