GUI: removed initial zero on the HexEditDialog
This commit is contained in:
		
							parent
							
								
									766f2fa097
								
							
						
					
					
						commit
						ed823e494b
					
				|  | @ -29,7 +29,6 @@ HexEditDialog::HexEditDialog(QWidget *parent) : | |||
|     mHexEdit->setBackgroundColor(ConfigColor("HexEditBackgroundColor")); | ||||
|     mHexEdit->setSelectionColor(ConfigColor("HexEditSelectionColor")); | ||||
|     connect(mHexEdit, SIGNAL(dataChanged()), this, SLOT(dataChangedSlot())); | ||||
|     mHexEdit->setData(QByteArray(1,0)); | ||||
|     ui->scrollArea->setWidget(mHexEdit); | ||||
|     mHexEdit->widget()->setFocus(); | ||||
|     mHexEdit->setTabOrder(ui->btnUnicode2Hex, mHexEdit->widget()); | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue