﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	notify_on_close	platform	project
2567	Command History window shown when it shouldn't be	goddard@…	Eric Pettersen	"{{{
The following bug report has been submitted:
Platform:        Darwin-19.0.0-x86_64-i386-64bit
ChimeraX Version: 0.91 (2019-10-25)
Description
Command history window is showing when I click a mouse mode (new ViewDock mode), and when I click a file history thumbnail, and lots of other cases.

Putting in print statements in CommandLine.text_changed() shows that Command History is being shown every time by that routine.

    def text_changed(self, text):
        if text == self.show_history_label:
            self.cmd_clear()
            if not self._in_init:
                self.history_dialog.window.shown = True
                print ('hist show 2')


Log:
UCSF ChimeraX version: 0.91 (2019-10-25)  
© 2016-2019 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> ui mousemode rightMode ""next docking""

hist show 2  

> open /Users/goddard/ucsf/people/cruz/glide-test2.mae

hist show 2  
Opened glide-test2.mae containing 2 structures (13845 atoms, 14016 bonds)  
Chain information for glide-test2.mae  
---  
Chain | Description  
1.1/A | No description available  
1.1/B | No description available  
  




OpenGL version: 4.1 ATI-3.2.24
OpenGL renderer: AMD Radeon Pro Vega 20 OpenGL Engine
OpenGL vendor: ATI Technologies Inc.

}}}
"	defect	closed	normal		Command Line		fixed						all	ChimeraX
